diff options
Diffstat (limited to 'gdb/ctf.c')
-rw-r--r-- | gdb/ctf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ctf.c b/gdb/ctf.c index f4aa65782bb..a22937f0965 100644 --- a/gdb/ctf.c +++ b/gdb/ctf.c @@ -1349,7 +1349,7 @@ static LONGEST ctf_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, - LONGEST len) + ULONGEST len) { /* We're only doing regular memory for now. */ if (object != TARGET_OBJECT_MEMORY) |