diff options
author | Camil Staps | 2016-12-12 22:43:18 +0000 |
---|---|---|
committer | Camil Staps | 2016-12-12 22:43:18 +0000 |
commit | 791ff7193ffd28bf054702d6439edb6f825a6b4a (patch) | |
tree | cfc56ff2b2b88497600a65269d271e7635984ceb /thumb2mark.s | |
parent | Hopefully fix some things in the copying collector (diff) |
Fix some cases where it is really r0/.. and not BSTACK_4/.. we're talking about
Diffstat (limited to 'thumb2mark.s')
-rw-r--r-- | thumb2mark.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thumb2mark.s b/thumb2mark.s index e7e1e99..16ec113 100644 --- a/thumb2mark.s +++ b/thumb2mark.s @@ -434,7 +434,7 @@ _found_free_memory: lao SCRATCH_REG,heap_end_after_gc,11
sto BSTACK_1,SCRATCH_REG,heap_end_after_gc,11
- ldmia sp!,{BSTACK_4-BSTACK_0,pc}
+ ldmia sp!,{r0-r4,pc}
@ n_free_words_after_mark updated
.thumb_func
|