| author | |
| committer | |
| log | ec3ed92f48097c70791dda9e5cf20086776d26ce |
| tree | 483276d0b9b10e2b2d9090dc34c827a1282f2342 |
| parent | bea447a6378fbc65eb79f31c5f1770c75850074c |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/C/zig.h+1-1| ... | ... | @@ -419,7 +419,7 @@ zig_mul_sat_u(u32, uint32_t, uint64_t) |
| 419 | 419 | zig_mul_sat_s(i32, int32_t, int64_t) |
| 420 | 420 | zig_mul_sat_u(u64, uint64_t, uint128_t) |
| 421 | 421 | zig_mul_sat_s(i64, int64_t, int128_t) |
| 422 | zig_mul_sat_s(isize, intptr_t, int128_t) | |
| 422 | zig_mul_sat_s(isize, intptr_t, int128_t) | |
| 423 | 423 | zig_mul_sat_s(short, short, int) |
| 424 | 424 | zig_mul_sat_s(int, int, long) |
| 425 | 425 | zig_mul_sat_s(long, long, long long) |