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:
parent
d65711d055
commit
af930f51f9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue