From af930f51f966886b8b46776c7e72278f087464ce Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Sun, 28 Feb 2010 18:49:35 +0000 Subject: [PATCH] bug 303636: MachOParser64 uses MachOBinaryArchive --- .../utils/org/eclipse/cdt/utils/macho/parser/MachOParser64.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {