diff options
Diffstat (limited to 'gdb/mi/mi-main.c')
-rw-r--r-- | gdb/mi/mi-main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 98b7b6d86f5..8338931f942 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -762,7 +762,7 @@ mi_cmd_data_read_memory (char *command, char **argv, int argc) static struct mi_opt opts[] = { {"o", OFFSET_OPT, 1}, - 0 + { 0, 0, 0 } }; while (1) @@ -962,7 +962,7 @@ mi_cmd_data_write_memory (char *command, char **argv, int argc) static struct mi_opt opts[] = { {"o", OFFSET_OPT, 1}, - 0 + { 0, 0, 0 } }; while (1) |