summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-10-15 09:30:11 +0000
committerCamil Staps2016-10-15 09:30:11 +0000
commit887b38ef08b6a240008846e9bcb2e5968acc0c42 (patch)
treec2fc2921e6ea41b1a5437c8848edcde2e27532c9
parentAdd dependencies to makefile (diff)
TEMPORARY fix for the copying collector that needs the lowest bit cleared
-rw-r--r--thumb2copy.s1
1 files changed, 1 insertions, 0 deletions
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