diff options
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/exec.c b/gdb/exec.c index 758e382702f..44dddc1ef56 100644 --- a/gdb/exec.c +++ b/gdb/exec.c @@ -661,7 +661,7 @@ section_table_read_available_memory (gdb_byte *readbuf, ULONGEST offset, else { *xfered_len = r->start - offset; - status = TARGET_XFER_E_UNAVAILABLE; + status = TARGET_XFER_UNAVAILABLE; } do_cleanups (old_chain); return status; @@ -670,7 +670,7 @@ section_table_read_available_memory (gdb_byte *readbuf, ULONGEST offset, do_cleanups (old_chain); *xfered_len = len; - return TARGET_XFER_E_UNAVAILABLE; + return TARGET_XFER_UNAVAILABLE; } enum target_xfer_status |