mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
CARP:
More replace reg_name[] with REGISTER_NAME().
This commit is contained in:
@@ -104,7 +104,7 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
|
||||
}
|
||||
|
||||
if (bad_reg >= 0)
|
||||
error ("Register %s not found in core file.", reg_names[bad_reg]);
|
||||
error ("Register %s not found in core file.", REGISTER_NAME (bad_reg));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user