diff --git a/src/compile.cpp b/src/compile.cpp index 5702ca48d6..360cf866b4 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -2181,7 +2181,7 @@ compile(MyThread* t, Frame* initialFrame, unsigned ip, Operand* a = frame->popLong(); c->indirectCall - (c->constant(reinterpret_cast(negateDouble)), 0, 2, 0, a); + (c->constant(reinterpret_cast(negateDouble)), 2, 0, a); c->release(a); Operand* result = c->result8();