]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Morello: Initialize morello_capability_pseudo_type to nullptr.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 7 Jul 2022 22:11:18 +0000 (15:11 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 1 Sep 2022 23:43:06 +0000 (16:43 -0700)
gdb/aarch64-tdep.h

index 04ef40cddf67bc0d8c2fe4117d6c8d64a6de681c..a2e5248c76d8ca655e22fb0bcde69cf773401d70 100644 (file)
@@ -163,7 +163,7 @@ struct aarch64_gdbarch_tdep : gdbarch_tdep
   int cap_pseudo_count;
 
   /* Types for Morello.  */
-  struct type *morello_capability_pseudo_type;
+  struct type *morello_capability_pseudo_type = nullptr;
 
   /* Returns true if the target supports capabilities.  */
   bool has_capability () const