- gdb_stub: fixed memory reads
git-svn-id: http://moon:8086/svn/mips@92 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -384,7 +384,7 @@ static int
|
||||
hexToInt(char **ptr, unsigned long *intValue)
|
||||
{
|
||||
unsigned long numChars = 0;
|
||||
unsigned long hexValue;
|
||||
int hexValue;
|
||||
|
||||
*intValue = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user