summaryrefslogtreecommitdiff
path: root/gdb/ia64-libunwind-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ia64-libunwind-tdep.h')
-rw-r--r--gdb/ia64-libunwind-tdep.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ia64-libunwind-tdep.h b/gdb/ia64-libunwind-tdep.h
index 2484ea81de..56425d0d75 100644
--- a/gdb/ia64-libunwind-tdep.h
+++ b/gdb/ia64-libunwind-tdep.h
@@ -40,11 +40,11 @@ struct frame_unwind;
struct libunwind_descr
{
- int (*gdb2uw) (int);
- int (*uw2gdb) (int);
- int (*is_fpreg) (int);
- void *accessors;
- void *special_accessors;
+ int (*gdb2uw) (int) = nullptr;
+ int (*uw2gdb) (int) = nullptr;
+ int (*is_fpreg) (int) = nullptr;
+ void *accessors = nullptr;
+ void *special_accessors = nullptr;
};
int libunwind_frame_sniffer (const struct frame_unwind *self,