mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix build breakage --with-static-checking. No bug#.
This commit is contained in:
parent
37b4dbe474
commit
2c9b2dd1b4
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user