about summary refs log tree commit diff stats
path: root/test/arch/msp430/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/msp430/arch.py')
-rw-r--r--test/arch/msp430/arch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/arch/msp430/arch.py b/test/arch/msp430/arch.py
index f3e82955..613af385 100644
--- a/test/arch/msp430/arch.py
+++ b/test/arch/msp430/arch.py
@@ -72,9 +72,9 @@ reg_tests_msp = [
     ("443a    call       0x4B66",
      "b012664b"),
 
-    ("4442    jmp        0xFFFA",
+    ("4442    jmp        0xFFFC",
      "fd3f"),
-    ("4422    jnz        0xFFF2",
+    ("4422    jnz        0xFFF4",
      "f923"),
 
     ("xxxx    mov.b      @R13+, 0x0(R14)",