diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 63cae8a..a572fc1 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -995,9 +995,9 @@ nto_procfs_target::xfer_partial (enum target_object object, } /* Fallthru */ default: - return this->beneath->xfer_partial (object, annex, - readbuf, writebuf, offset, len, - xfered_len); + return this->beneath ()->xfer_partial (object, annex, + readbuf, writebuf, offset, len, + xfered_len); } } |