* regcache.c (struct regcache): Add ptid_t member.
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index 13f90ee675dbf6d3aac85bbeae76114118505bf1..c5627c79fb03a8190d8367b98877873303bcfa62 100644 (file)
@@ -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;
        }
 
This page took 0.024637 seconds and 4 git commands to generate.