diff options
Diffstat (limited to 'gdb/regset.h')
-rw-r--r-- | gdb/regset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/regset.h b/gdb/regset.h index b61758e..9a21ced 100644 --- a/gdb/regset.h +++ b/gdb/regset.h @@ -29,6 +29,7 @@ struct core_regset_section { const char *sect_name; int size; + const char *human_name; }; /* Data structure describing a register set. */ |