M68k addx/subx fix.
[qemu] / target-m68k / op.c
index 8ea7589..34878c0 100644 (file)
@@ -170,7 +170,7 @@ OP(btest)
     FORCE_RET();
 }
 
-OP(addx_cc)
+OP(subx_cc)
 {
     uint32_t op1 = get_op(PARAM1);
     uint32_t op2 = get_op(PARAM2);
@@ -188,7 +188,7 @@ OP(addx_cc)
     FORCE_RET();
 }
 
-OP(subx_cc)
+OP(addx_cc)
 {
     uint32_t op1 = get_op(PARAM1);
     uint32_t op2 = get_op(PARAM2);