Make js default to nil allocator for the time being

This commit is contained in:
gingerBill
2021-05-23 15:17:58 +01:00
parent 71cfa0c9fe
commit 39eccdf6b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -623,7 +623,7 @@ truncsfhf2 :: proc "c" (value: f32) -> u16 {
}
if (e > 30) {
f := 1e12;
f := i64(1e12);
for j := 0; j < 10; j += 1 {
/* NOTE(bill): Cause overflow */
g := intrinsics.volatile_load(&f);