mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix for ARM bustage from bug 596364
This commit is contained in:
parent
c685845c26
commit
768410d930
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user