Skip to content

Commit ceac9f0

Browse files
chfastgumb0
andauthored
Update lib/fizzy/execute.cpp
Co-authored-by: Andrei Maiboroda <[email protected]>
1 parent 5100e56 commit ceac9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fizzy/execute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ ExecutionResult execute(Instance& instance, FuncIdx func_idx, const Value* args,
544544
case Instr::if_:
545545
{
546546
if (stack.pop().as<uint32_t>() != 0)
547-
pc += sizeof(uint32_t); // Skip the immediates for else instruction.
547+
pc += sizeof(uint32_t); // Skip the immediate for else instruction.
548548
else
549549
{
550550
const auto target_pc = read<uint32_t>(pc);

0 commit comments

Comments
 (0)