mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fast followup to pick nit in last commit.
This commit is contained in:
parent
eb9a67cd20
commit
d3da4b8e87
@ -7860,7 +7860,7 @@ TraceRecorder::record_JSOP_STOP()
|
||||
// End of imacro, so return true to the interpreter immediately. The
|
||||
// interpreter's JSOP_STOP case will return from the imacro, back to
|
||||
// the pc after the calling op, still in the same JSStackFrame.
|
||||
atoms = cx->fp->script->atomMap.vector;
|
||||
atoms = fp->script->atomMap.vector;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user