mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +00:00
get build passing again after rebase
This commit is contained in:
parent
38703dc9c2
commit
51673bcb31
@ -1334,7 +1334,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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user