mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +00:00
Add overt fallthrough.
This commit is contained in:
parent
8ebce466db
commit
c8ab18f2b6
@ -420,6 +420,7 @@ template<Model model> class ConcreteMachine:
|
||||
break;
|
||||
}
|
||||
}
|
||||
[[fallthrough]];
|
||||
|
||||
case PartialMachineCycle::Read:
|
||||
if constexpr (model == Model::SixteenK) {
|
||||
|
Loading…
Reference in New Issue
Block a user