diff --git a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/macho/parser/MachOParser64.java b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/macho/parser/MachOParser64.java index 36c3ea43c2a..8144d63ba0e 100644 --- a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/macho/parser/MachOParser64.java +++ b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/macho/parser/MachOParser64.java @@ -128,7 +128,7 @@ public class MachOParser64 extends AbstractCExtension implements IBinaryParser { } protected IBinaryArchive createBinaryArchive(IPath path) throws IOException { - return new MachOBinaryArchive(this, path); + return new MachOBinaryArchive64(this, path); } protected IBinaryObject createBinaryObject(IPath path) throws IOException {