Updated the source for master
This commit is contained in:
parent
2fe3d6cb3f
commit
e7e0927a83
7 changed files with 30 additions and 23 deletions
|
|
@ -120,7 +120,7 @@ pub const Runtime = struct {
|
|||
// Like this
|
||||
.@"unreachable" => {
|
||||
std.log.err("Reached unreachable statement at IR counter {any}\n", .{frame.program_counter});
|
||||
frame.code.print(std.io.getStdOut().writer()) catch {};
|
||||
//frame.code.print(std.io.getStdOut().writer()) catch {};
|
||||
},
|
||||
.nop => {},
|
||||
.br => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue