backout Bug 485959, disable-jit bustage.

This commit is contained in:
Andreas Gal 2009-04-07 03:34:06 -04:00
parent fd3fd2676a
commit ca62b9e9e3

View File

@ -2772,12 +2772,7 @@ js_Interpret(JSContext *cx)
if ((n) <= 0) { \
CHECK_BRANCH(); \
if (op == JSOP_NOP) { \
if (TRACE_RECORDER(cx)) { \
MONITOR_BRANCH(); \
op = (JSOp) *regs.pc; \
} else { \
op = (JSOp) *++regs.pc; \
} \
op = (JSOp) *++regs.pc; \
} else if (op == JSOP_LOOP) { \
MONITOR_BRANCH(); \
op = (JSOp) *regs.pc; \