1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

bug 303636: MachOParser64 uses MachOBinaryArchive

This commit is contained in:
Andrew Gvozdev 2010-02-28 18:49:35 +00:00
parent d65711d055
commit af930f51f9

View file

@ -128,7 +128,7 @@ public class MachOParser64 extends AbstractCExtension implements IBinaryParser {
} }
protected IBinaryArchive createBinaryArchive(IPath path) throws IOException { protected IBinaryArchive createBinaryArchive(IPath path) throws IOException {
return new MachOBinaryArchive(this, path); return new MachOBinaryArchive64(this, path);
} }
protected IBinaryObject createBinaryObject(IPath path) throws IOException { protected IBinaryObject createBinaryObject(IPath path) throws IOException {