* hppa{b,h}-nat.c: Warning, not error, if can't access registers.
This commit is contained in:
parent
70c7ec2eda
commit
e60f6bb848
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ store_inferior_registers (regno)
|
|||
char *msg = alloca (strlen (err) + 128);
|
||||
sprintf (msg, "writing register %s: %s", reg_names[regno], err);
|
||||
warning (msg);
|
||||
errors_found = 1;
|
||||
}
|
||||
regaddr += sizeof(int);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue