Fix build breakage --with-static-checking. No bug#.

This commit is contained in:
Jason Orendorff 2008-10-31 11:54:48 -07:00
parent 37b4dbe474
commit 2c9b2dd1b4

View File

@ -1781,7 +1781,7 @@ TraceRecorder::snapshot(ExitType exitType)
JS_ASSERT(*pc == JSOP_CALL || *pc == JSOP_APPLY || *pc == JSOP_NEXTITER);
pc += cs.length;
regs->pc = pc;
MUST_FLOW_THROUGH(restore_pc);
MUST_FLOW_THROUGH("restore_pc");
}
/* Generate the entry map for the (possibly advanced) pc and stash it in the trace. */