diff options
author | Camil Staps | 2016-10-15 09:30:11 +0000 |
---|---|---|
committer | Camil Staps | 2016-10-15 09:30:11 +0000 |
commit | 887b38ef08b6a240008846e9bcb2e5968acc0c42 (patch) | |
tree | c2fc2921e6ea41b1a5437c8848edcde2e27532c9 | |
parent | Add dependencies to makefile (diff) |
TEMPORARY fix for the copying collector that needs the lowest bit cleared
-rw-r--r-- | thumb2copy.s | 1 |
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
|