зеркало из https://github.com/mozilla/pluotsorbet.git
Forgot to mark invoke ops as trapping.
This commit is contained in:
Родитель
e96fcdb6db
Коммит
707e95874d
|
@ -296,6 +296,9 @@ module J2ME.Bytecode {
|
|||
case Bytecodes.INVOKESTATIC:
|
||||
case Bytecodes.INVOKEINTERFACE:
|
||||
this.invokeCount ++;
|
||||
if (this.canTrapAt(opcode, bci)) {
|
||||
this.canTrap.set(bci);
|
||||
}
|
||||
break;
|
||||
default: {
|
||||
if (this.canTrapAt(opcode, bci)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче