* rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility
changes.
This commit is contained in:
parent
28c2608723
commit
342e3c8587
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ read_hdr (bfd *abfd, CoreHdr *core)
|
|||
|
||||
/* Read the trailing portion of the structure. */
|
||||
if (CORE_NEW (*core))
|
||||
size = sizeof (core->new_core);
|
||||
size = sizeof (core->new_dump);
|
||||
else
|
||||
size = sizeof (core->old);
|
||||
size -= CORE_COMMONSZ;
|
||||
|
|
Loading…
Reference in a new issue