* hppa{b,h}-nat.c: Warning, not error, if can't access registers.

This commit is contained in:
Jim Kingdon 1993-07-22 16:49:42 +00:00
parent 70c7ec2eda
commit e60f6bb848
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}