summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim/patches/patch-ae')
-rw-r--r--emulators/gpsim/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/gpsim/patches/patch-ae b/emulators/gpsim/patches/patch-ae
deleted file mode 100644
index 0b9c1603926..00000000000
--- a/emulators/gpsim/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2007/10/14 08:14:11 rillig Exp $
-
---- src/p12x.h.orig 2005-09-26 05:51:23.000000000 +0200
-+++ src/p12x.h 2007-10-14 10:05:47.000000000 +0200
-@@ -108,7 +108,7 @@ class P12CE518 : public P12C508
-
- virtual PROCESSOR_TYPE isa(void){return _P12CE518_;};
- virtual void tris_instruction(unsigned int tris_register);
-- virtual void P12CE518::set_eeprom(I2C_EE *e);
-+ virtual void set_eeprom(I2C_EE *e);
-
- P12CE518(void);
- static Processor *construct(void);