diff options
Diffstat (limited to 'gdb/m68k-tdep.h')
-rw-r--r-- | gdb/m68k-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/m68k-tdep.h b/gdb/m68k-tdep.h index 627922c..986def1 100644 --- a/gdb/m68k-tdep.h +++ b/gdb/m68k-tdep.h @@ -92,6 +92,9 @@ struct gdbarch_tdep /* Flag set if the floating point registers are present, or assumed to be present. */ int fpregs_present; + + /* ISA-specific data types. */ + struct type *m68881_ext_type; }; /* Initialize a SVR4 architecture variant. */ |