Skip to content

Commit

Permalink
get build passing again after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstaloch committed Sep 22, 2021
1 parent d16d7b6 commit 1439d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/c.zig
Expand Up @@ -1326,7 +1326,7 @@ fn airSatOp(

// if it's an unsigned int with non-arbitrary bit size then we can just add
if (bits > 64) {
return f.fail("TODO: C backend: airSatOp for large integers", .{});
return o.dg.fail("TODO: C backend: airSatOp for large integers", .{});
}

var min_buf: [80]u8 = undefined;
Expand Down

0 comments on commit 1439d02

Please sign in to comment.