summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh_fe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh_fe.cpp')
-rw-r--r--src/devices/cpu/sh/sh_fe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh/sh_fe.cpp b/src/devices/cpu/sh/sh_fe.cpp
index efee8bf506f..45f85f46732 100644
--- a/src/devices/cpu/sh/sh_fe.cpp
+++ b/src/devices/cpu/sh/sh_fe.cpp
@@ -88,7 +88,7 @@ bool sh_frontend::describe(opcode_desc &desc, const opcode_desc *prev)
case 11: // BSR
desc.regout[1] |= REGFLAG_PR;
- // (intentional fallthrough - BSR is BRA with the addition of PR = the return address)
+ [[fallthrough]]; // BSR is BRA with the addition of PR = the return address
case 10: // BRA
{
int32_t disp = ((int32_t)opcode << 20) >> 20;