]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
M68k addx/subx fix.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 20 May 2007 22:20:28 +0000 (22:20 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 20 May 2007 22:20:28 +0000 (22:20 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2842 c046a42c-6fe2-441c-8c8c-71466251a162

target-m68k/op.c

index 8ea7589c3f1d836573890cfde398cd2f65b6cc8a..34878c0215ab7fae560af039ec2679fc23c225e3 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);