mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7195ec5c3
commit
5a68bd7f00
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
compile_insns(f, body, b->stack_size, pos + insn_len(insn), status);
|
||||
% end
|
||||
%
|
||||
% # compiler: If insn returns (leave) or does longjmp (throw), the branch should no longer be compieled. TODO: create attr for it?
|
||||
% # compiler: If insn returns (leave) or does longjmp (throw), the branch should no longer be compiled. TODO: create attr for it?
|
||||
% if insn.expr.expr =~ /\sTHROW_EXCEPTION\([^)]+\);/ || insn.expr.expr =~ /\sRESTORE_REGS\(\);/
|
||||
b->finish_p = TRUE;
|
||||
% end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue