mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +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:
@ -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