From: John Baldwin Date: Thu, 7 Jul 2022 22:11:18 +0000 (-0700) Subject: Morello: Initialize morello_capability_pseudo_type to nullptr. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f9cbc8ffcc6918954c5004edf74c45e0f4d7b07;p=thirdparty%2Fbinutils-gdb.git Morello: Initialize morello_capability_pseudo_type to nullptr. --- diff --git a/gdb/aarch64-tdep.h b/gdb/aarch64-tdep.h index 04ef40cddf6..a2e5248c76d 100644 --- a/gdb/aarch64-tdep.h +++ b/gdb/aarch64-tdep.h @@ -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