aboutsummaryrefslogtreecommitdiff
path: root/test/insns-arm.S
diff options
context:
space:
mode:
authorcomex2015-01-17 22:51:13 -0500
committercomex2015-01-17 22:51:13 -0500
commite2395c46c89514628fc5950d1a104fa624c4728b (patch)
treef12d3a35443b38ad328ae099865e3f0709180657 /test/insns-arm.S
parentimprove test; thumb2 fixes (diff)
downloadsubstitute-e2395c46c89514628fc5950d1a104fa624c4728b.tar.gz
ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we can't use r1 as scratch
Diffstat (limited to '')
-rw-r--r--test/insns-arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/insns-arm.S b/test/insns-arm.S
index b5a2cce..2470c35 100644
--- a/test/insns-arm.S
+++ b/test/insns-arm.S
@@ -39,7 +39,7 @@ ldrd r0, r1, [pc]
str r1, [pc]
strd r0, r1, [pc]
-push {r0-r3, pc}
+/* push {r0-r3, pc} */
push {r0-r3, lr}
/* pop {r0-r3, pc} */