summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/ps2vif1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mips/ps2vif1.cpp')
-rw-r--r--src/devices/cpu/mips/ps2vif1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/mips/ps2vif1.cpp b/src/devices/cpu/mips/ps2vif1.cpp
index b12c39253e6..43fc71a2267 100644
--- a/src/devices/cpu/mips/ps2vif1.cpp
+++ b/src/devices/cpu/mips/ps2vif1.cpp
@@ -349,7 +349,7 @@ void ps2_vif1_device::execute_run()
m_icount = 0;
break;
}
- // Intentional fall-through
+ [[fallthrough]];
case STAT_MODE_DECODE:
decode_vifcode();
break;
@@ -359,7 +359,7 @@ void ps2_vif1_device::execute_run()
m_icount = 0;
break;
}
- // Intentional fall-through
+ [[fallthrough]];
case STAT_MODE_DATA:
transfer_vifcode_data();
break;