Skip to content

Commit

Permalink
Fix up inner bough starts
Browse files Browse the repository at this point in the history
  • Loading branch information
bgk- committed Mar 18, 2024
1 parent 1b58e96 commit 6df9035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm.zig
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ pub const Vm = struct {
}
}
}
std.mem.reverse(OpCode.Size(.jump), self.jump_requests.items);
}

fn fail(self: *Vm, comptime msg: []const u8, args: anytype) !void {
Expand Down

0 comments on commit 6df9035

Please sign in to comment.