diff options
Diffstat (limited to 'gdb/gdbserver/linux-tic6x-low.c')
-rw-r--r-- | gdb/gdbserver/linux-tic6x-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-tic6x-low.c b/gdb/gdbserver/linux-tic6x-low.c index d9476fd..cf8b5fb 100644 --- a/gdb/gdbserver/linux-tic6x-low.c +++ b/gdb/gdbserver/linux-tic6x-low.c @@ -332,7 +332,7 @@ tic6x_store_gregset (struct regcache *regcache, const void *buf) static struct regset_info tic6x_regsets[] = { { PTRACE_GETREGS, PTRACE_SETREGS, 0, TIC6X_NUM_REGS * 4, GENERAL_REGS, tic6x_fill_gregset, tic6x_store_gregset }, - { 0, 0, 0, -1, -1, NULL, NULL } + NULL_REGSET }; static void |