diff options
author | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-17 15:15:31 +0000 |
---|---|---|
committer | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-17 15:15:31 +0000 |
commit | 5aa52587e86b9e2b03cad8b78307e53b777f1df2 (patch) | |
tree | e45f5023348b83f20967b79a51ed325bf3dfa002 | |
parent | 941bc1a6a0679b82cdd1018e49a51f73af78d466 (diff) |
insns.def: remove redundant ifndef in r63988
By the way, the original patch of r63988 was provided by wanabe:
https://github.com/wanabe/ruby/tree/local-stack
but I forgot to add his credit in the previous commit message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | insns.def | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1270,9 +1270,7 @@ opt_aset_with else { #ifndef MJIT_HEADER PUSH(recv); -#ifndef MJIT_HEADER PUSH(rb_str_resurrect(key)); -#endif PUSH(val); ADD_PC(-WIDTH_OF_opt_send_without_block); #endif |