all remaining *.c *.h files from hp merge.
[deliverable/binutils-gdb.git] / gdb / win32-nat.c
index 04d8a9eff43c84d0cc240e6c16d94be67a978197..e0f07ef1178da8a452d4a5d51ab1318bb88bc54a 100644 (file)
@@ -424,7 +424,7 @@ handle_load_dll (char *dummy)
      FIXME: Is this the real reason that we need the 0x1000 ? */
 
   printf_unfiltered ("%x:%s", event->lpBaseOfDll, dll_name);
-  symbol_file_add (dll_name, 0, (int) event->lpBaseOfDll + 0x1000, 0, 0, 0);
+  symbol_file_add (dll_name, 0, (int) event->lpBaseOfDll + 0x1000, 0, 0, 0, 0, 1);
   printf_unfiltered ("\n");
 
 out:
This page took 0.027548 seconds and 4 git commands to generate.