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:
Joel Dice 2008-04-21 11:31:10 -06:00
parent 8c450a75a1
commit efb4e0241b

View File

@ -2181,7 +2181,7 @@ compile(MyThread* t, Frame* initialFrame, unsigned ip,
Operand* a = frame->popLong();
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);
Operand* result = c->result8();