2002-04-17 Joel Sherrill <joel@OARcorp.com>
* debug.h: Change mem_err to volatile to match definition in
        debug.c.
			
			
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2002-04-17  Joel Sherrill <joel@OARcorp.com> | ||||
|  | ||||
| 	* debug.h: Change mem_err to volatile to match definition in  | ||||
| 	debug.c. | ||||
|  | ||||
| 2002-04-17  Joel Sherrill <joel@OARcorp.com> | ||||
|  | ||||
| 	* sparc/cygmon-salib.c, sparc/erc32-stub.c: Don't use multi-line | ||||
|   | ||||
| @@ -77,7 +77,7 @@ extern char *gdb_set(char *);			/* Q - set value */ | ||||
|  * indicate to caller of mem2hex or hex2mem that there has been an error.  | ||||
|  * 0 means ok, 1 means error | ||||
|  */ | ||||
| extern int mem_err; | ||||
| extern volatile int mem_err; | ||||
|  | ||||
| /* | ||||
|  * indicate whether the debug vectors have been initialized | ||||
|   | ||||
		Reference in New Issue
	
	Block a user