mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
fix stack tracking weirdness for jsr instruction
This commit is contained in:
parent
5b2065e76c
commit
dc136bb751
@ -2790,6 +2790,8 @@ compile(MyThread* t, Frame* initialFrame, unsigned ip,
|
||||
|
||||
assert(t, newIp < codeLength(t, code));
|
||||
|
||||
c->saveStack();
|
||||
|
||||
frame->pushAddress(frame->machineIp(ip));
|
||||
c->jmp(frame->machineIp(newIp));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user