diff options
Diffstat (limited to 'emulators/gpsim/patches/patch-ab')
-rw-r--r-- | emulators/gpsim/patches/patch-ab | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/emulators/gpsim/patches/patch-ab b/emulators/gpsim/patches/patch-ab deleted file mode 100644 index 0c3c2be25e3..00000000000 --- a/emulators/gpsim/patches/patch-ab +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2004/05/02 20:08:14 bouyer Exp $ - ---- src/16bit-registers.cc.orig 2004-04-29 23:30:57.000000000 +0200 -+++ src/16bit-registers.cc 2004-04-29 23:33:09.000000000 +0200 -@@ -1181,7 +1181,6 @@ - - bool TXREG_16::is_empty(void) - { -- cout << "Txreg_16::empty\n"; - if(pir_set) - return(pir_set->get_txif()); - return 0; -@@ -1192,14 +1191,12 @@ - { - if(pir_set) - pir_set->set_txif(); -- cout << "Txreg_16::empty\n"; - } - - void TXREG_16::full(void) - { - if(pir_set) - pir_set->clear_txif(); -- cout << "Txreg_16::full\n"; - } - - void TXREG_16::assign_pir_set(PIR_SET *new_pir_set) |