From 0d84b4b9ddebc6b05c8187b21cb0566f93cc6541 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 16 Sep 2017 17:09:17 -0400 Subject: [PATCH] Removes some redundant end_writing calls. --- Components/8272/i8272.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Components/8272/i8272.cpp b/Components/8272/i8272.cpp index af26b4812..4d930968d 100644 --- a/Components/8272/i8272.cpp +++ b/Components/8272/i8272.cpp @@ -539,7 +539,6 @@ void i8272::posit_event(int event_type) { WAIT_FOR_EVENT(Event::DataWritten); if(!has_input_) { SetOverrun(); - end_writing(); goto abort; } write_byte(input_); @@ -660,7 +659,6 @@ void i8272::posit_event(int event_type) { switch(event_type) { case (int)Event::IndexHole: SetOverrun(); - end_writing(); goto abort; break; case (int)Event::DataWritten: