diff options
Diffstat (limited to 'test/arch/arm/arch.py')
| -rw-r--r-- | test/arch/arm/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py index 8e61b2f9..63217352 100644 --- a/test/arch/arm/arch.py +++ b/test/arch/arm/arch.py @@ -456,6 +456,8 @@ reg_tests_armt = [ "C5B2"), ("xxxxxxxx BKPT 0x13", "13be"), + ("xxxxxxxx SVC 0x13", + "13df"), ] print "#" * 40, 'armthumb', '#' * 40 |