VC2008 compile fix (no whatsnew)
This commit is contained in:
parent
dbe5cfe7e0
commit
106f7338dd
@ -1335,10 +1335,11 @@ static void d68020_chk2_cmp2_32(void)
|
|||||||
static void d68040_cinv(void)
|
static void d68040_cinv(void)
|
||||||
{
|
{
|
||||||
LIMIT_CPU_TYPES(M68040_PLUS);
|
LIMIT_CPU_TYPES(M68040_PLUS);
|
||||||
switch((g_cpu_ir>>3)&3)
|
|
||||||
{
|
|
||||||
static const char *cachetype[4] = { "nop", "data", "inst", "both" };
|
static const char *cachetype[4] = { "nop", "data", "inst", "both" };
|
||||||
|
|
||||||
|
switch((g_cpu_ir>>3)&3)
|
||||||
|
{
|
||||||
case 0:
|
case 0:
|
||||||
sprintf(g_dasm_str, "cinv (illegal scope); (4)");
|
sprintf(g_dasm_str, "cinv (illegal scope); (4)");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user