Multi-target support
[deliverable/binutils-gdb.git] / gdb / aarch64-linux-nat.c
index 4e712ebfb7511fcdb6f848e4c335476450e1286d..b385b5866c0d718f569066b5a473373ef40ae30b 100644 (file)
@@ -959,7 +959,7 @@ aarch64_linux_nat_target::thread_architecture (ptid_t ptid)
 
   /* Find the current gdbarch the same way as process_stratum_target.  Only
      return it if the current vector length matches the one in the tdep.  */
-  inferior *inf = find_inferior_ptid (ptid);
+  inferior *inf = find_inferior_ptid (this, ptid);
   gdb_assert (inf != NULL);
   if (vq == gdbarch_tdep (inf->gdbarch)->vq)
     return inf->gdbarch;
This page took 0.025748 seconds and 4 git commands to generate.