mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 500491 - Only reset saved JSOPTION_JIT after js_Execute, r=brendan.
This commit is contained in:
parent
b1edbdb4eb
commit
8ddc326134
@ -1673,7 +1673,8 @@ out:
|
||||
|
||||
#ifdef JS_TRACER
|
||||
/* Possibly re-enable JIT, if disabled above. */
|
||||
cx->options = oldOptions;
|
||||
if (oldOptions & JSOPTION_JIT)
|
||||
cx->options |= JSOPTION_JIT;
|
||||
#endif
|
||||
|
||||
return ok;
|
||||
|
Loading…
Reference in New Issue
Block a user