diff options
Diffstat (limited to 'gdb/avr-tdep.c')
-rw-r--r-- | gdb/avr-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index 92aec3b..598d740 100644 --- a/gdb/avr-tdep.c +++ b/gdb/avr-tdep.c @@ -1566,7 +1566,7 @@ avr_io_reg_read_command (const char *args, int from_tty) unsigned int val; /* Find out how many io registers the target has. */ - gdb::optional<gdb::byte_vector> buf + std::optional<gdb::byte_vector> buf = target_read_alloc (current_inferior ()->top_target (), TARGET_OBJECT_AVR, "avr.io_reg"); |