backout Bug 485959, disable-jit bustage.

This commit is contained in:
Andreas Gal 2009-04-07 03:34:06 -04:00
Родитель e9b70d3154
Коммит 9b827d03aa
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -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; \