From 2da2240d34dfb9418dc175b1b7f173a9561e1c82 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 1 Dec 2023 06:45:29 -0500 Subject: [PATCH] Remove errant break. --- Machines/PCCompatible/PIC.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Machines/PCCompatible/PIC.hpp b/Machines/PCCompatible/PIC.hpp index 513129869..49b33fba4 100644 --- a/Machines/PCCompatible/PIC.hpp +++ b/Machines/PCCompatible/PIC.hpp @@ -30,7 +30,6 @@ class PIC { // (2) master interrupt attachment if this is a slave. } [[fallthrough]]; - break; case 2: auto_eoi_ = value & 2; break;