summaryrefslogtreecommitdiffstats
path: root/gdb/hppah-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r--gdb/hppah-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c
index 4aec8eef92..585ba71920 100644
--- a/gdb/hppah-nat.c
+++ b/gdb/hppah-nat.c
@@ -157,7 +157,7 @@ fetch_register (regno)
+ (REGISTER_BYTE (regno) - REGISTER_BYTE (1)));
else
- fatal ("hppa-nat.c (fetch_register): unexpected register size");
+ internal_error ("hppa-nat.c (fetch_register): unexpected register size");
for (i = 0; i < len; i += sizeof (int))
{
OpenPOWER on IntegriCloud