diff options
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r-- | gdb/ppc-tdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 626cace2cab..ac08c617583 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -174,8 +174,9 @@ struct gdbarch_tdep enum { ppc_num_gprs = 32, /* 32 general-purpose registers */ - ppc_num_fprs = 32 /* 32 floating-point registers */ + ppc_num_fprs = 32, /* 32 floating-point registers */ ppc_num_srs = 16, /* 16 segment registers */ + ppc_num_vrs = 32 /* 32 Altivec vector registers */ }; |