1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-30 22:29:56 +00:00

Remove errant break.

This commit is contained in:
Thomas Harte 2023-12-01 06:45:29 -05:00
parent ef37b09a78
commit 2da2240d34

View File

@ -30,7 +30,6 @@ class PIC {
// (2) master interrupt attachment if this is a slave.
}
[[fallthrough]];
break;
case 2:
auto_eoi_ = value & 2;
break;