diff options
Diffstat (limited to 'test')
-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} */ |