diff options
Diffstat (limited to 'gdb/arm-fbsd-nat.c')
-rw-r--r-- | gdb/arm-fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-fbsd-nat.c b/gdb/arm-fbsd-nat.c index 34b1335..bc3e004 100644 --- a/gdb/arm-fbsd-nat.c +++ b/gdb/arm-fbsd-nat.c @@ -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; } |