mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
Add experimental support for a threaded semantic checker to -threaded-checker
This commit is contained in:
@@ -587,7 +587,9 @@ void big_int_add(BigInt *dst, BigInt const *x, BigInt const *y) {
|
||||
}
|
||||
}
|
||||
|
||||
GB_ASSERT(overflow == 0);
|
||||
if (overflow != 0) {
|
||||
GB_ASSERT_MSG(overflow == 0, "%p %p %p", dst, x, y);
|
||||
}
|
||||
dst->len = i;
|
||||
big_int_normalize(dst);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user