diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-04-25 23:32:23 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:36:46 +0200 |
commit | 1b68fdcf5aebf2bc53bbd9234c77aea243c0decd (patch) | |
tree | 1a26f5b5ab32e6b435fa2afca789a5b846d11f46 /tests | |
parent | 7f524c427597cc998f243769b0e22e4f450c55cf (diff) |
Fix scoped allocator deinit crash with buffers
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.amal.z | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main.amal.z b/tests/main.amal.z index 8095a3a..73d9dae 100644 --- a/tests/main.amal.z +++ b/tests/main.amal.z @@ -12,7 +12,7 @@ i64 r3 = 356; PUSH r3 *** f64 r4 = 13.370000; PUSH r4 *** -r5 = CALL 0x7f40f8002610 *** +r5 = CALL 0x621000010bc8 *** i64 r6 = 23232; i64 r7 = r6; i64 r8 = 30; @@ -30,7 +30,7 @@ r19 = r12 * r18; i64 r20 = r19; const char* r21 = "lole"; PUSH r21 *** -r22 = CALL 0x55c96755d568 *** +r22 = CALL 0x621000006948 *** } void f2() { } |