diff options
author | John van Groningen | 2015-11-02 11:47:03 +0000 |
---|---|---|
committer | John van Groningen | 2015-11-02 11:47:03 +0000 |
commit | 700f420c0b82ddb611b50334bdaf44a697939e69 (patch) | |
tree | 4b72745c6d4fa071b820568e561f3a59caf6b1c5 | |
parent | don't import flushF, because is currently not defined on ARM (diff) |
increase size of comm saved_heap_p from 4 to 8 bytes
-rw-r--r-- | armstartup.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/armstartup.s b/armstartup.s index 1baa10d..b2b98c6 100644 --- a/armstartup.s +++ b/armstartup.s @@ -90,7 +90,7 @@ ZERO_ARITY_DESCRIPTOR_OFFSET = (-4) .comm IO_time,4 .globl saved_heap_p - .comm saved_heap_p,4 + .comm saved_heap_p,8 .globl saved_a_stack_p .comm saved_a_stack_p,4 |