Fast followup to pick nit in last commit.

This commit is contained in:
Brendan Eich 2008-11-15 12:49:00 -08:00
parent eb9a67cd20
commit d3da4b8e87

View File

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