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 13f90ee..c5627c7 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1318,7 +1318,7 @@ win32_resume (ptid_t ptid, int step, enum target_signal sig) if (step) { /* Single step by setting t bit */ - win32_fetch_inferior_registers (current_regcache, PS_REGNUM); + win32_fetch_inferior_registers (get_current_regcache (), PS_REGNUM); th->context.EFlags |= FLAG_TRACE_BIT; } |