diff options
author | David Taylor <taylor@redhat.com> | 1998-12-31 21:58:30 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1998-12-31 21:58:30 +0000 |
commit | 65b07ddca8832033e0e102c3a2a0d9f9f5922a9d (patch) | |
tree | 7fc8cee254f271f4cc57e64bcb23576fa121e706 /gdb/win32-nat.c | |
parent | c450a7fe3f5214f42118a04639074d0e3883582c (diff) | |
download | ppe42-binutils-65b07ddca8832033e0e102c3a2a0d9f9f5922a9d.tar.gz ppe42-binutils-65b07ddca8832033e0e102c3a2a0d9f9f5922a9d.zip |
all remaining *.c *.h files from hp merge.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 04d8a9eff4..e0f07ef117 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -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: |