sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things
[deliverable/binutils-gdb.git] / sim / mn10300 / am33.igen
index f17283cfb4e0c0de3f0d3ec33a677abca97d8b41..5bc96aca6164efb19c08a24cc3870d144350a959 100644 (file)
 
   z = (difference == 0);
   n = (difference & 0x80000000);
-  c = (source1 > source1);
+  c = (source1 > source2);
   v = ((source1 & 0x80000000) == (source2 & 0x80000000)
        && (source1 & 0x80000000) != (difference & 0x80000000));
 
This page took 0.02321 seconds and 4 git commands to generate.