diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 140be38..2f2215a 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1118,7 +1118,7 @@ handle_exception (struct target_waitstatus *ourstatus) cygwin later in the process and will be sent as a cygwin-specific-signal. So, ignore SEGVs if they show up within the text segment of the DLL itself. */ - char *fn; + const char *fn; CORE_ADDR addr = (CORE_ADDR) (uintptr_t) current_event.u.Exception.ExceptionRecord.ExceptionAddress; |