From 791ff7193ffd28bf054702d6439edb6f825a6b4a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 12 Dec 2016 22:43:18 +0000 Subject: Fix some cases where it is really r0/.. and not BSTACK_4/.. we're talking about --- thumb2mark.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumb2mark.s') 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 -- cgit v1.2.3