Skip to content

Commit

Permalink
Fixed a bug in the handling of word finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
tabemann committed Sep 27, 2024
1 parent 207f934 commit 5b555e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m33/asm.s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b555e6

Please sign in to comment.