mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
2009-01-09 Kai Tietz <kai.tietz@onevision.com>
* coff-pe-read.c (read_pe_exported_syms): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2009-01-09 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* coff-pe-read.c (read_pe_exported_syms): Fix typo.
|
||||
|
||||
2009-01-09 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* CONTRIBUTE: Minor reformatting.
|
||||
|
@ -223,7 +223,7 @@ read_pe_exported_syms (struct objfile *objfile)
|
||||
pe_header_offset = pe_get32 (dll, 0x3c);
|
||||
opthdr_ofs = pe_header_offset + 4 + 20;
|
||||
if (is_pe64)
|
||||
num_entries = pe_get32 (dll, opthdr_ofs + 108;
|
||||
num_entries = pe_get32 (dll, opthdr_ofs + 108);
|
||||
else
|
||||
num_entries = pe_get32 (dll, opthdr_ofs + 92);
|
||||
|
||||
|
Reference in New Issue
Block a user