<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/ld/parsers/macho_relocatable_file.cpp
+++ src/ld/parsers/macho_relocatable_file.cpp
@@ -4495,7 +4495,7 @@ bool CFISection&lt;A&gt;::needsRelocating()
 
 template &lt;&gt;
 void CFISection&lt;x86_64&gt;::cfiParse(class Parser&lt;x86_64&gt;&amp; parser, uint8_t* buffer,
-									libunwind::CFI_Atom_Info&lt;CFISection&lt;x86_64&gt;::OAS&gt;::CFI_Atom_Info cfiArray[], 
+									libunwind::CFI_Atom_Info&lt;CFISection&lt;x86_64&gt;::OAS&gt; cfiArray[],
 									uint32_t&amp; count, const pint_t cuStarts[], uint32_t cuCount)
 {
 	const uint32_t sectionSize = this-&gt;_machOSection-&gt;size();
@@ -4560,7 +4560,7 @@ void CFISection&lt;x86_64&gt;::cfiParse(class Parser&lt;x86_64&gt;&amp; parser, uint8_t* buffer,
 
 template &lt;&gt;
 void CFISection&lt;x86&gt;::cfiParse(class Parser&lt;x86&gt;&amp; parser, uint8_t* buffer, 
-									libunwind::CFI_Atom_Info&lt;CFISection&lt;x86&gt;::OAS&gt;::CFI_Atom_Info cfiArray[], 
+									libunwind::CFI_Atom_Info&lt;CFISection&lt;x86&gt;::OAS&gt; cfiArray[],
 									uint32_t&amp; count, const pint_t cuStarts[], uint32_t cuCount)
 {
 	// create ObjectAddressSpace object for use by libunwind
@@ -4581,7 +4581,7 @@ void CFISection&lt;x86&gt;::cfiParse(class Parser&lt;x86&gt;&amp; parser, uint8_t* buffer,
 
 template &lt;&gt;
 void CFISection&lt;arm&gt;::cfiParse(class Parser&lt;arm&gt;&amp; parser, uint8_t* buffer, 
-									libunwind::CFI_Atom_Info&lt;CFISection&lt;arm&gt;::OAS&gt;::CFI_Atom_Info cfiArray[], 
+									libunwind::CFI_Atom_Info&lt;CFISection&lt;arm&gt;::OAS&gt; cfiArray[],
 									uint32_t&amp; count, const pint_t cuStarts[], uint32_t cuCount)
 {
 	if ( !parser.armUsesZeroCostExceptions() ) {
@@ -4607,7 +4607,7 @@ void CFISection&lt;arm&gt;::cfiParse(class Parser&lt;arm&gt;&amp; parser, uint8_t* buffer,
 
 template &lt;&gt;
 void CFISection&lt;arm64&gt;::cfiParse(class Parser&lt;arm64&gt;&amp; parser, uint8_t* buffer, 
-									libunwind::CFI_Atom_Info&lt;CFISection&lt;arm64&gt;::OAS&gt;::CFI_Atom_Info cfiArray[], 
+									libunwind::CFI_Atom_Info&lt;CFISection&lt;arm64&gt;::OAS&gt; cfiArray[],
 									uint32_t&amp; count, const pint_t cuStarts[], uint32_t cuCount)
 {
 	// copy __eh_frame data to buffer
</pre></body></html>