2006-10-21 Paul Brook <paul@codesourcery.com>
* remote.c (remote_fetch_registers): Fix error message.
This commit is contained in:
parent
e5ac9b532c
commit
3732ba62b9
2 changed files with 5 additions and 1 deletions
|
@ -3530,7 +3530,7 @@ remote_fetch_registers (int regnum)
|
|||
register_bytes_found = i;
|
||||
if (REGISTER_BYTES_OK_P ()
|
||||
&& !REGISTER_BYTES_OK (i))
|
||||
warning (_("Remote reply is too short: %s"), buf);
|
||||
warning (_("Remote reply is wrong length: %s"), buf);
|
||||
}
|
||||
|
||||
supply_them:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue