Fix ppc breakage due to 337699f6a88a. No bug, r=burning nightly.

This commit is contained in:
Jason Orendorff 2010-02-25 07:10:40 -08:00
parent ad75218737
commit f207cc4e99

View File

@ -3108,6 +3108,7 @@ js_Interpret(JSContext *cx)
#endif /* !JS_THREADED_INTERP */
error:
#ifdef JS_TRACER
if (fp->imacpc && cx->throwing) {
// To keep things simple, we hard-code imacro exception handlers here.
if (*fp->imacpc == JSOP_NEXTITER &&
@ -3130,6 +3131,7 @@ js_Interpret(JSContext *cx)
fp->imacpc = NULL;
atoms = script->atomMap.vector;
}
#endif
JS_ASSERT((size_t)((fp->imacpc ? fp->imacpc : regs.pc) - script->code) < script->length);