Fix some missed "beneath" conversions
[external/binutils.git] / gdb / arm-fbsd-nat.c
index 34b1335..bc3e004 100644 (file)
@@ -141,7 +141,7 @@ arm_fbsd_nat_target::read_description ()
 
   desc = arm_fbsd_read_description_auxv (this);
   if (desc == NULL)
-    desc = this->beneath->read_description ();
+    desc = this->beneath ()->read_description ();
   return desc;
 }