]> Shamusworld >> Repos - virtualjaguar/commitdiff
Found ANOTHER bug (and hopefully the last!)
authorShamus Hammons <jlhamm@acm.org>
Thu, 28 Aug 2003 05:13:13 +0000 (05:13 +0000)
committerShamus Hammons <jlhamm@acm.org>
Thu, 28 Aug 2003 05:13:13 +0000 (05:13 +0000)
src/m68kdasm.c

index 4cf3f3940eeaed82592462ac40a38fb0bb93c440..ebff8bdc37615724ca96d9307e6cfa6d579f0b9a 100644 (file)
@@ -1316,7 +1316,7 @@ static void d68020_cmpi_pcix_8(void)
 static void d68000_cmpi_16(void)
 {
        char* str;
-       LIMIT_CPU_TYPES(M68020_PLUS);
+//BUG!!!       LIMIT_CPU_TYPES(M68020_PLUS);
        str = get_imm_str_s16();
        sprintf(g_dasm_str, "cmpi.w  %s, %s", str, get_ea_mode_str_16(g_cpu_ir));
 }