Convert struct target_ops to C++
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index 37cbcb672bff0d55971a994d8ceb1160a4a8120c..425c41df2449f21d73300200028fbe84209f84eb 100644 (file)
@@ -4885,7 +4885,7 @@ ppc_process_record_op31 (struct gdbarch *gdbarch, struct regcache *regcache,
       return 0;
 
     case 1014:         /* Data Cache Block set to Zero */
-      if (target_auxv_search (&current_target, AT_DCACHEBSIZE, &at_dcsz) <= 0
+      if (target_auxv_search (target_stack, AT_DCACHEBSIZE, &at_dcsz) <= 0
          || at_dcsz == 0)
        at_dcsz = 128; /* Assume 128-byte cache line size (POWER8)  */
 
This page took 0.026762 seconds and 4 git commands to generate.