| author | |
| committer | |
| log | 51673bcb315d837ee0fe80dc50571c2c07d80a2c |
| tree | bd3d4b12cbf855091630a69ab1f5e203be66dcf6 |
| parent | 38703dc9c2dccc43c77ec8dcfe0df936cced9d7a |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/c.zig+1-1| ... | ... | @@ -1334,7 +1334,7 @@ fn airSatOp( |
| 1334 | 1334 | |
| 1335 | 1335 | // if it's an unsigned int with non-arbitrary bit size then we can just add |
| 1336 | 1336 | if (bits > 64) { |
| 1337 | return f.fail("TODO: C backend: airSatOp for large integers", .{}); | |
| 1337 | return o.dg.fail("TODO: C backend: airSatOp for large integers", .{}); | |
| 1338 | 1338 | } |
| 1339 | 1339 | |
| 1340 | 1340 | var min_buf: [80]u8 = undefined; |