Skip to content

Commit f3d100e

Browse files
authored
Fix compile error when enable WASM_INTERPRETER_DEBUG [NFC] (#7375)
1 parent 9b161a9 commit f3d100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm-interpreter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3824,7 +3824,7 @@ class ModuleRunnerBase : public ExpressionRunner<SubType> {
38243824
if (ptrFlow.breaking()) {
38253825
return ptrFlow;
38263826
}
3827-
NOTE_EVAL1(flow);
3827+
NOTE_EVAL1(ptrFlow);
38283828
Flow vecFlow = self()->visit(curr->vec);
38293829
if (vecFlow.breaking()) {
38303830
return vecFlow;

0 commit comments

Comments
 (0)