diff options
Diffstat (limited to 'gdb/cris-tdep.h')
-rw-r--r-- | gdb/cris-tdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/cris-tdep.h b/gdb/cris-tdep.h index d898f4d..9b62294 100644 --- a/gdb/cris-tdep.h +++ b/gdb/cris-tdep.h @@ -24,11 +24,11 @@ #define CRIS_TDEP_H /* CRIS architecture specific information. */ -struct gdbarch_tdep +struct cris_gdbarch_tdep : gdbarch_tdep { - unsigned int cris_version; - const char *cris_mode; - int cris_dwarf2_cfi; + unsigned int cris_version = 0; + const char *cris_mode = nullptr; + int cris_dwarf2_cfi = 0; }; #endif /* CRIS_TDEP_H */ |