summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-src_processor.h
blob: 07c2fcbcb663c954cd893bc6d5c5e04c09407228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_processor.h,v 1.1 2011/12/19 15:52:21 wiz Exp $

Avoid conflict with C++ list<>.

--- src/processor.h.orig	2005-08-31 03:57:38.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);