Multi-target support
[deliverable/binutils-gdb.git] / gdb / i386-linux-nat.c
index 9ed4c9c09ba96403cf620ac65fa6fe3b32858787..32cd879de80b9bb87050fb6599f3822d179e3909 100644 (file)
@@ -657,7 +657,7 @@ i386_linux_nat_target::low_resume (ptid_t ptid, int step, enum gdb_signal signal
 
   if (step)
     {
-      struct regcache *regcache = get_thread_regcache (ptid);
+      struct regcache *regcache = get_thread_regcache (this, ptid);
       struct gdbarch *gdbarch = regcache->arch ();
       enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
       ULONGEST pc;
This page took 0.024479 seconds and 4 git commands to generate.