[JAEGER] Fixed assert-botch from bug 586886.

--HG--
extra : rebase_source : 51c498d3174ac7778930dfa07984e0f87e316152
This commit is contained in:
David Anderson 2010-08-13 17:43:50 -07:00
parent 0b41c441e5
commit 94c77b4166

View File

@ -860,6 +860,9 @@ RunTracer(VMFrame &f)
if ((tpa == TPA_RanStuff || tpa == TPA_Recorded) && cx->throwing)
tpa = TPA_Error;
/* Sync up the VMFrame's view of cx->fp. */
f.fp = cx->fp;
switch (tpa) {
case TPA_Nothing:
return NULL;