mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
backout Bug 485959, disable-jit bustage.
This commit is contained in:
parent
fd3fd2676a
commit
ca62b9e9e3
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user