diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 0d726d0..82417dac 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -964,7 +964,7 @@ read_value_memory (struct value *val, int embedded_offset, if (status == TARGET_XFER_OK) /* nothing */; - else if (status == TARGET_XFER_E_UNAVAILABLE) + else if (status == TARGET_XFER_UNAVAILABLE) mark_value_bytes_unavailable (val, embedded_offset + xfered, xfered_len); else if (status == TARGET_XFER_EOF) |