mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
machine/n64: Fixed an incorrect fallthrough. The situation should never occur in practice, but it's better to be safe. [Ryan Holtz]
This commit is contained in:
parent
1dda9fb3db
commit
132b278c39
@ -1754,7 +1754,7 @@ int n64_periphs::pif_channel_handle_command(int channel, int slength, uint8_t *s
|
||||
rdata[2] = 0x01;
|
||||
return 0;
|
||||
}
|
||||
[[fallthrough]]; // FIXME: really?
|
||||
break;
|
||||
}
|
||||
case 4:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user