ARM: Fix off-by-one error in "mov____%r0,0x32".

* lib/arm-mes/arm.M1: Fix off-by-one error in "mov____%r0,0x32".
This commit is contained in:
Danny Milosavljevic 2019-02-27 17:42:51 +01:00 committed by Jan Nieuwenhuizen
parent f29cb12ec4
commit 07c907884b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 2 deletions

View File

@ -90,13 +90,13 @@ DEFINE mov____%esp,%r0 0d00a0e1
DEFINE mov____%r11,%r0 0b00a0e1
# e52d1004 push {r1} ; (str r1, [sp, #-4]!)
# e59f1004 ldr r1, [pc, #4] ; 10 <L1>
# e59f1008 ldr r1, [pc, #8] ; <L1>
# e5810000 str r0, [r1]
# e49d1004 pop {r1} ; (ldr r1, [sp], #4)
# ea000000 b L2
# L1: ???
# L2:
DEFINE mov____%r0,0x32 04102de504109fe5000081e504109de4000000ea
DEFINE mov____%r0,0x32 04102de508109fe5000081e504109de4000000ea
# e92d0005 push {r0, r2}
# e5910000 ldr r0, [r1]