diff options
Diffstat (limited to 'emulators/gpsim-devel/patches/patch-src_processor.h')
-rw-r--r-- | emulators/gpsim-devel/patches/patch-src_processor.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/gpsim-devel/patches/patch-src_processor.h b/emulators/gpsim-devel/patches/patch-src_processor.h new file mode 100644 index 00000000000..e8f660e7828 --- /dev/null +++ b/emulators/gpsim-devel/patches/patch-src_processor.h @@ -0,0 +1,13 @@ +$NetBSD: patch-src_processor.h,v 1.1 2011/12/19 15:58:40 wiz Exp $ + +--- src/processor.h.orig 2005-08-31 14:48:19.000000000 +0000 ++++ src/processor.h +@@ -544,7 +544,7 @@ public: + + virtual void disassemble (signed int start_address, + signed int end_address); +- virtual void list(unsigned int file_id, ++ virtual void plist(unsigned int file_id, + unsigned int pcval, + unsigned int start_line, + unsigned int end_line); |