From 5b555e6408413b9a08a07af4f4ab6c66c6baac77 Mon Sep 17 00:00:00 2001 From: Travis Bemann Date: Thu, 26 Sep 2024 21:49:18 -0500 Subject: [PATCH] Fixed a bug in the handling of word finalization --- src/m33/asm.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m33/asm.s b/src/m33/asm.s index 02b38af6..d0f8420b 100644 --- a/src/m33/asm.s +++ b/src/m33/asm.s @@ -189,7 +189,7 @@ _asm_finalize_no_align: push_tos ldr tos, =current_compile ldr tos, [tos] - bl _store_current_2 + bl _store_current_1 1: ldr r0, =compiling_to_flash ldr r0, [r0] cmp r0, #0