gdbserver/Linux: Introduce NULL_REGSET
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-tile-low.c
index e31a620454377ec1e0f1d44dd7feb4cc2fe8d655..47ca245215ec42dc838a45181064cd34c1e3d9ca 100644 (file)
@@ -135,7 +135,7 @@ static struct regset_info tile_regsets[] =
 {
   { PTRACE_GETREGS, PTRACE_SETREGS, 0, tile_num_regs * 8,
     GENERAL_REGS, tile_fill_gregset, tile_store_gregset },
-  { 0, 0, 0, -1, -1, NULL, NULL }
+  NULL_REGSET
 };
 
 static struct regsets_info tile_regsets_info =
This page took 0.034481 seconds and 4 git commands to generate.