| author | |
| committer | |
| log | fbbccc9d5faa3f253af147e949b7a18724d5d71c |
| tree | 92d93682987b660dca8c78eb3e89ab80602f5797 |
| parent | f3d23d92329f4926c08c86c5ea97628b783e7d84 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/llvm/Builder.zig+1-1| ... | ... | @@ -10462,7 +10462,7 @@ fn bigIntConstAssumeCapacity( |
| 10462 | 10462 | const overflow = @subWithOverflow(borrow, llvm_limb); |
| 10463 | 10463 | llvm_limb = overflow[0]; |
| 10464 | 10464 | borrow -%= overflow[1]; |
| 10465 | assert(borrow == 0 or borrow == std.math.maxInt(u64)); | |
| 10465 | assert(borrow == 0 or borrow == std.math.maxInt(std.math.big.Limb)); | |
| 10466 | 10466 | } |
| 10467 | 10467 | result_limb.* = llvm_limb; |
| 10468 | 10468 | } |