From 9bb7cb78927089d787598468ea23be2efb0e427c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Feb 2018 09:02:30 +0000 Subject: use <<- instead of <<~ for older baseruby git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/ruby_vm/views/_mjit_compile_insn_body.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/ruby_vm/views/_mjit_compile_insn_body.erb b/tool/ruby_vm/views/_mjit_compile_insn_body.erb index 2d2dabe32e..24c07d590b 100644 --- a/tool/ruby_vm/views/_mjit_compile_insn_body.erb +++ b/tool/ruby_vm/views/_mjit_compile_insn_body.erb @@ -23,7 +23,7 @@ % # For `leave`. We can't proceed next ISeq in the same JIT function. % expr.gsub!(/^(?\s*)RESTORE_REGS\(\);\n/) do % indent = Regexp.last_match[:indent] -% <<~RESTORE_REGS +% <<-RESTORE_REGS.gsub(/^ +/, '') % #if OPT_CALL_THREADED_CODE % #{indent}rb_ec_thread_ptr(ec)->retval = val; % #{indent}return 0; -- cgit v1.2.3