aboutsummaryrefslogtreecommitdiff
path: root/gdb/ft32-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ft32-tdep.h')
-rw-r--r--gdb/ft32-tdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ft32-tdep.h b/gdb/ft32-tdep.h
index 0303801..c32f646 100644
--- a/gdb/ft32-tdep.h
+++ b/gdb/ft32-tdep.h
@@ -20,10 +20,10 @@
#ifndef FT32_TDEP_H
#define FT32_TDEP_H
-struct gdbarch_tdep
+struct ft32_gdbarch_tdep : gdbarch_tdep
{
/* Type for a pointer to a function. Used for the type of PC. */
- struct type *pc_type;
+ struct type *pc_type = nullptr;
};
#endif /* FT32_TDEP_H */