summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim/patches/patch-ab')
-rw-r--r--emulators/gpsim/patches/patch-ab27
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/gpsim/patches/patch-ab b/emulators/gpsim/patches/patch-ab
new file mode 100644
index 00000000000..0c3c2be25e3
--- /dev/null
+++ b/emulators/gpsim/patches/patch-ab
@@ -0,0 +1,27 @@
+$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)