target_stack -> current_top_target() throughout
[deliverable/binutils-gdb.git] / gdb / s390-linux-nat.c
index 60c549a33827bf88118fe2bbb8c775a5c5a8e93f..8d3ed55ed0570f53e687fd44f84e8d200ed03ce4 100644 (file)
@@ -1019,7 +1019,7 @@ s390_linux_nat_target::read_description ()
   {
     CORE_ADDR hwcap = 0;
 
-    target_auxv_search (target_stack, AT_HWCAP, &hwcap);
+    target_auxv_search (current_top_target (), AT_HWCAP, &hwcap);
     have_regset_tdb = (hwcap & HWCAP_S390_TE)
       && check_regset (tid, NT_S390_TDB, s390_sizeof_tdbregset);
 
This page took 0.02382 seconds and 4 git commands to generate.