diff options
| author | serpilliere <devnull@localhost> | 2014-06-30 10:50:29 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2014-06-30 10:50:29 +0200 |
| commit | fd3518fde93b0b10baba5f4818a785a101f87a98 (patch) | |
| tree | c9ebb0e099423ce20caf426661d75f78e291a8ba | |
| parent | e866026aa87f3ca15f11fff2bd2230d07ae81ad4 (diff) | |
| download | miasm-fd3518fde93b0b10baba5f4818a785a101f87a98.tar.gz miasm-fd3518fde93b0b10baba5f4818a785a101f87a98.zip | |
Fix arm reg tests
| -rw-r--r-- | test/arch/arm/arch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py index e6b3fdda..5d658c74 100644 --- a/test/arch/arm/arch.py +++ b/test/arch/arm/arch.py @@ -319,7 +319,7 @@ reg_tests_armt = [ ("0006b2dc LDR R0, [PC]", "0048"), - ("00078798 LDR R3, [PC, 0x1]", + ("00078798 LDR R3, [PC, 0x4]", "014b"), ("00072dc2 LDR R3, [R3, R0]", |