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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ft32-tdep.h b/gdb/ft32-tdep.h
index 5c52480..ba747b0 100644
--- a/gdb/ft32-tdep.h
+++ b/gdb/ft32-tdep.h
@@ -22,7 +22,8 @@
struct gdbarch_tdep
{
- /* gdbarch target dependent data here. Currently unused for FT32. */
+ /* Type for a pointer to a function. Used for the type of PC. */
+ struct type *pc_type;
};
#endif /* FT32_TDEP_H */