diff options
author | comex | 2015-01-17 22:51:13 -0500 |
---|---|---|
committer | comex | 2015-01-17 22:51:13 -0500 |
commit | e2395c46c89514628fc5950d1a104fa624c4728b (patch) | |
tree | f12d3a35443b38ad328ae099865e3f0709180657 /test/insns-arm.S | |
parent | improve test; thumb2 fixes (diff) | |
download | substitute-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.S | 2 |
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} */ |