mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
fix thinko in jsr_w implementation
This commit is contained in:
@ -1928,7 +1928,7 @@ interpret(Thread* t)
|
|||||||
uint32_t offset = codeReadInt32(t, code, ip);
|
uint32_t offset = codeReadInt32(t, code, ip);
|
||||||
|
|
||||||
pushInt(t, ip);
|
pushInt(t, ip);
|
||||||
ip = (ip - 3) + static_cast<int32_t>(offset);
|
ip = (ip - 5) + static_cast<int32_t>(offset);
|
||||||
} goto loop;
|
} goto loop;
|
||||||
|
|
||||||
case l2i: {
|
case l2i: {
|
||||||
|
Reference in New Issue
Block a user