1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +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
View File
@@ -237,6 +237,7 @@ class ConcreteMachine:
memory = rom_.data();
break;
}
[[fallthrough]];
case BusDevice::RAM:
memory = ram_.data();
break;