mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Add overt fallthrough.
This commit is contained in:
@@ -420,6 +420,7 @@ template<Model model> class ConcreteMachine:
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
[[fallthrough]];
|
||||||
|
|
||||||
case PartialMachineCycle::Read:
|
case PartialMachineCycle::Read:
|
||||||
if constexpr (model == Model::SixteenK) {
|
if constexpr (model == Model::SixteenK) {
|
||||||
|
Reference in New Issue
Block a user