VC2008 compile fix (no whatsnew)

This commit is contained in:
mariuszw1 2011-08-31 18:26:33 +00:00
parent dbe5cfe7e0
commit 106f7338dd

View File

@ -1335,10 +1335,11 @@ static void d68020_chk2_cmp2_32(void)
static void d68040_cinv(void)
{
LIMIT_CPU_TYPES(M68040_PLUS);
static const char *cachetype[4] = { "nop", "data", "inst", "both" };
switch((g_cpu_ir>>3)&3)
{
static const char *cachetype[4] = { "nop", "data", "inst", "both" };
case 0:
sprintf(g_dasm_str, "cinv (illegal scope); (4)");
break;