diff options
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r-- | gdb/ppc-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 80a7dd0..44f63b1 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -205,7 +205,7 @@ enum powerpc_long_double_abi POWERPC_LONG_DOUBLE_LAST }; -struct ppc_gdbarch_tdep : gdbarch_tdep +struct ppc_gdbarch_tdep : gdbarch_tdep_base { int wordsize = 0; /* Size in bytes of fixed-point word. */ int soft_float = 0; /* Avoid FP registers for arguments? */ |