Fix for ARM bustage from bug 596364

This commit is contained in:
Bill McCloskey 2010-10-19 11:39:55 -07:00
parent c685845c26
commit 768410d930

View File

@ -4344,7 +4344,10 @@ mjit::Compiler::jumpAndTrace(Jump j, jsbytecode *target, Jump *slow)
stubcc.jumpInScript(*slow, target);
#else
if (!addTraceHints || target >= PC || JSOp(*target) != JSOP_TRACE
|| GET_UINT16(target) == BAD_TRACEIC_INDEX)
#ifdef JS_MONOIC
|| GET_UINT16(target) == BAD_TRACEIC_INDEX
#endif
)
{
jumpInScript(j, target);
if (slow)