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