AltairZ80: Further fall through comment
This commit is contained in:
parent
d18c7cc659
commit
e9dea63b50
1 changed files with 1 additions and 0 deletions
|
@ -3411,6 +3411,7 @@ unsigned int m68k_is_valid_instruction(unsigned int instruction, unsigned int cp
|
||||||
return 0;
|
return 0;
|
||||||
if(g_instruction_table[instruction] == d68020_unpk_mm)
|
if(g_instruction_table[instruction] == d68020_unpk_mm)
|
||||||
return 0;
|
return 0;
|
||||||
|
/* fall through */
|
||||||
case M68K_CPU_TYPE_68EC020:
|
case M68K_CPU_TYPE_68EC020:
|
||||||
case M68K_CPU_TYPE_68020:
|
case M68K_CPU_TYPE_68020:
|
||||||
case M68K_CPU_TYPE_68030:
|
case M68K_CPU_TYPE_68030:
|
||||||
|
|
Loading…
Add table
Reference in a new issue