1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-05 08:26:28 +00:00

Add overt fallthrough.

This commit is contained in:
Thomas Harte
2021-05-03 20:38:50 -04:00
parent 8ebce466db
commit c8ab18f2b6

View File

@@ -420,6 +420,7 @@ template<Model model> class ConcreteMachine:
break;
}
}
[[fallthrough]];
case PartialMachineCycle::Read:
if constexpr (model == Model::SixteenK) {