gdb/
[deliverable/binutils-gdb.git] / gdb / coff-pe-read.c
index 52842d654f960aed9006d88653cb0ad4101d0d7e..d35c9dc6bef1e742f6e58948927b292dbba2bfe3 100644 (file)
@@ -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);
 
This page took 0.02377 seconds and 4 git commands to generate.