1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Adds further [[fallthrough]] attributes.

This commit is contained in:
Thomas Harte
2020-06-19 23:36:51 -04:00
parent 240d3c482b
commit 2477752fa4
9 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -307,8 +307,8 @@ void IWM::run_for(const Cycles cycles) {
} else {
shift_register_ = sense();
}
[[fallthrough]];
/* Deliberate fallthrough. */
default:
if(drive_is_rotating_[active_drive_]) drives_[active_drive_]->run_for(cycles);
break;