mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
do all java->native class via Compiler::indirectCall to ensure we can always make an accurate stack trace (part 2)
This commit is contained in:
parent
8c450a75a1
commit
efb4e0241b
@ -2181,7 +2181,7 @@ compile(MyThread* t, Frame* initialFrame, unsigned ip,
|
|||||||
Operand* a = frame->popLong();
|
Operand* a = frame->popLong();
|
||||||
|
|
||||||
c->indirectCall
|
c->indirectCall
|
||||||
(c->constant(reinterpret_cast<intptr_t>(negateDouble)), 0, 2, 0, a);
|
(c->constant(reinterpret_cast<intptr_t>(negateDouble)), 2, 0, a);
|
||||||
c->release(a);
|
c->release(a);
|
||||||
|
|
||||||
Operand* result = c->result8();
|
Operand* result = c->result8();
|
||||||
|
Loading…
Reference in New Issue
Block a user