Multi-arch REGISTER_BYTES_OK.

This commit is contained in:
Andrew Cagney
2000-12-15 12:33:08 +00:00
parent 12859c09a6
commit 2649061d59
5 changed files with 80 additions and 4 deletions

View File

@@ -3080,10 +3080,9 @@ remote_fetch_registers (int regno)
if (i != register_bytes_found)
{
register_bytes_found = i;
#ifdef REGISTER_BYTES_OK
if (!REGISTER_BYTES_OK (i))
if (REGISTER_BYTES_OK_P ()
&& !REGISTER_BYTES_OK (i))
warning ("Remote reply is too short: %s", buf);
#endif
}
supply_them: