From 887b38ef08b6a240008846e9bcb2e5968acc0c42 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 15 Oct 2016 09:30:11 +0000 Subject: TEMPORARY fix for the copying collector that needs the lowest bit cleared --- thumb2copy.s | 1 + 1 file changed, 1 insertion(+) diff --git a/thumb2copy.s b/thumb2copy.s index 160ff03..ece06e1 100644 --- a/thumb2copy.s +++ b/thumb2copy.s @@ -145,6 +145,7 @@ copy_lp2_: @ selectors: continue_after_selector_2: ldr r6,[r7] + bic r6,r6,#1 @ TODO temporary fix tst r6,#2 beq not_in_hnf_2 -- cgit v1.2.3