- gdb_stub: fixed memory reads

git-svn-id: http://moon:8086/svn/mips@92 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-17 07:49:38 +00:00
parent ef95cd03b0
commit f1bdc70a48
+1 -1
View File
@@ -384,7 +384,7 @@ static int
hexToInt(char **ptr, unsigned long *intValue)
{
unsigned long numChars = 0;
unsigned long hexValue;
int hexValue;
*intValue = 0;