forked from Imagelibrary/binutils-gdb
Removed EINVAL reference in remote-mips.c, and put a hardcoded 22 in its
place which reflects what the boards return.
This commit is contained in:
@@ -2307,7 +2307,7 @@ common_breakpoint (cmd, addr, mask, flags)
|
||||
|
||||
if (rerrflg != 0)
|
||||
{
|
||||
if (rresponse != EINVAL)
|
||||
if (rresponse != 22) /* invalid argument */
|
||||
fprintf_unfiltered (stderr, "common_breakpoint (0x%x): Got error: 0x%x\n",
|
||||
addr, rresponse);
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user