diff options
Diffstat (limited to 'mjit_c.rb')
-rw-r--r-- | mjit_c.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -199,6 +199,10 @@ module RubyVM::MJIT # :nodoc: all } end + def rb_ec_str_resurrect + Primitive.cexpr! 'SIZET2NUM((size_t)rb_ec_str_resurrect)' + end + #======================================================================================== # # Old stuff |