mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c (rb_longjmp): wrong jump.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0cc87df01c
commit
8a82c68e5b
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -3869,7 +3869,7 @@ rb_longjmp(tag, mesg)
|
|||
}
|
||||
POP_TAG();
|
||||
thread_reset_raised();
|
||||
JUMP_TAG(tag);
|
||||
if (status) JUMP_TAG(status);
|
||||
}
|
||||
|
||||
rb_trap_restore_mask();
|
||||
|
|
Loading…
Reference in a new issue