- gdb_stub: removed static vars
git-svn-id: http://moon:8086/svn/mips@102 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -280,7 +280,7 @@ putpacket (unsigned char *buffer)
|
|||||||
|
|
||||||
/* Indicate to caller of mem2hex or hex2mem that there has been an
|
/* Indicate to caller of mem2hex or hex2mem that there has been an
|
||||||
error. */
|
error. */
|
||||||
static volatile int mem_err = 0;
|
const int mem_err = 0;
|
||||||
|
|
||||||
/* Convert the memory pointed to by mem into hex, placing result in buf.
|
/* Convert the memory pointed to by mem into hex, placing result in buf.
|
||||||
* Return a pointer to the last char put in buf (null), in case of mem fault,
|
* Return a pointer to the last char put in buf (null), in case of mem fault,
|
||||||
|
|||||||
Reference in New Issue
Block a user