diff options
Diffstat (limited to 'gdb')
-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 a052efe..736b794 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1492,7 +1492,7 @@ windows_nat_target::get_windows_debug_event (int pid, ptid_t ptid (current_event.dwProcessId, thread_id); windows_thread_info *th = thread_rec (ptid, INVALIDATE_CONTEXT); - th->reload_context = 1; + th->reload_context = true; return thread_id; } |