mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 09:14:38 +00:00
fix typo
This commit is contained in:
@@ -539,7 +539,7 @@ gb_internal LLVMValueRef lb_big_int_to_llvm(lbModule *m, Type *original_type, Bi
|
||||
}
|
||||
|
||||
if (big_int_is_neg(a)) {
|
||||
// sizeof intead of sz for sign extend to work properly
|
||||
// sizeof instead of sz for sign extend to work properly
|
||||
for (size_t i = 0; i < sizeof rop64; i++) {
|
||||
rop[i] = ~rop[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user