diff options
Diffstat (limited to 'test/arch/arm/arch.py')
| -rw-r--r-- | test/arch/arm/arch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py index 6b010d20..d2022238 100644 --- a/test/arch/arm/arch.py +++ b/test/arch/arm/arch.py @@ -151,8 +151,8 @@ reg_tests_arm = [ "7420696e"), #("xxxxxxxx UND 0x0, 0x0", # "100000e6"), - ("xxxxxxxx BKPT 0x0, 0x0", - "700020e1"), + ('XXXXXXXX BKPT 0x1234', + '742321e1'), ("c00d153c LDRH R2, [R4, 0xCA]", "ba2cd4e1"), ("c00d18a8 LDRH R6, [R12]", |