From 132b278c39cda0b0ea446e9a0b53c56e3385b294 Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Sat, 14 Nov 2020 18:16:50 +0100 Subject: [PATCH] machine/n64: Fixed an incorrect fallthrough. The situation should never occur in practice, but it's better to be safe. [Ryan Holtz] --- src/mame/machine/n64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/n64.cpp b/src/mame/machine/n64.cpp index 532aa9db70b..35459505d3b 100644 --- a/src/mame/machine/n64.cpp +++ b/src/mame/machine/n64.cpp @@ -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: {