- gdb_stub: removed static vars

git-svn-id: http://moon:8086/svn/mips@102 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-18 23:34:17 +00:00
parent 5800d1e264
commit 340c96cd70
+1 -1
View File
@@ -280,7 +280,7 @@ putpacket (unsigned char *buffer)
/* Indicate to caller of mem2hex or hex2mem that there has been an
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.
* Return a pointer to the last char put in buf (null), in case of mem fault,