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:
Ryan Holtz 2020-11-14 18:16:50 +01:00
parent 1dda9fb3db
commit 132b278c39

View File

@ -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:
{