summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target-m68k/op.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target-m68k/op.c b/target-m68k/op.c
index 8ea7589c3..34878c021 100644
--- a/target-m68k/op.c
+++ b/target-m68k/op.c
@@ -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);