mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 13:35:56 +00:00
* hppa{b,h}-nat.c: Warning, not error, if can't access registers.
This commit is contained in:
parent
70c7ec2eda
commit
e60f6bb848
@ -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…
x
Reference in New Issue
Block a user