Add missing client_state struct references to win target.
[deliverable/binutils-gdb.git] / gdb / sparc64-tdep.c
index 86b5fcf47bf9d2819bad3cc34be15037ed1a97ff..e18d58d1f4c44675f822cd671fe4f23fcd808818 100644 (file)
@@ -222,10 +222,10 @@ adi_available (void)
     return proc->stat.is_avail;
 
   proc->stat.checked_avail = true;
-  if (target_auxv_search (target_stack, AT_ADI_BLKSZ, &value) <= 0)
+  if (target_auxv_search (current_top_target (), AT_ADI_BLKSZ, &value) <= 0)
     return false;
   proc->stat.blksize = value;
-  target_auxv_search (target_stack, AT_ADI_NBITS, &value);
+  target_auxv_search (current_top_target (), AT_ADI_NBITS, &value);
   proc->stat.nbits = value;
   proc->stat.max_version = (1 << proc->stat.nbits) - 2;
   proc->stat.is_avail = true;
This page took 0.025017 seconds and 4 git commands to generate.