Fix some missed "beneath" conversions
[deliverable/binutils-gdb.git] / gdb / arm-linux-nat.c
index 984bbe2fabf4667ff1c04a30df0071351e561bb9..d0b43132b8e3be8bbd4eca2a75a6c0e0bbf575b5 100644 (file)
@@ -553,7 +553,7 @@ arm_linux_nat_target::read_description ()
 
   if (target_auxv_search (this, AT_HWCAP, &arm_hwcap) != 1)
     {
-      return this->beneath->read_description ();
+      return this->beneath ()->read_description ();
     }
 
   if (arm_hwcap & HWCAP_IWMMXT)
@@ -586,7 +586,7 @@ arm_linux_nat_target::read_description ()
       return result;
     }
 
-  return this->beneath->read_description ();
+  return this->beneath ()->read_description ();
 }
 
 /* Information describing the hardware breakpoint capabilities.  */
This page took 0.030026 seconds and 4 git commands to generate.