diff options
Diffstat (limited to 'gdb/gdbserver/linux-xtensa-low.c')
-rw-r--r-- | gdb/gdbserver/linux-xtensa-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-xtensa-low.c b/gdb/gdbserver/linux-xtensa-low.c index bf7f064..34370f9 100644 --- a/gdb/gdbserver/linux-xtensa-low.c +++ b/gdb/gdbserver/linux-xtensa-low.c @@ -183,6 +183,7 @@ struct linux_target_ops the_low_target = { NULL, 0, 0, + NULL, /* fetch_register */ xtensa_get_pc, xtensa_set_pc, xtensa_breakpoint, |