diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index 6f2b7473085e..b97522317fa1 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -122,7 +122,7 @@ public: // A 4-byte field corresponding to one or more trap instructions, used to pad // executable OutputSections. - std::array TrapInstr = {0, 0, 0, 0}; + std::array TrapInstr; // If a target needs to rewrite calls to __morestack to instead call // __morestack_non_split when a split-stack enabled caller calls a