mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
pass the Elf object in the constructor.
This commit is contained in:
parent
e243c06ee9
commit
08d608864c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class ARMember extends BinaryObject {
|
|||
AR.ARHeader header;
|
||||
|
||||
public ARMember(IPath p, AR.ARHeader h) throws IOException {
|
||||
super(p);
|
||||
super(p, new ElfHelper(h.getElf()));
|
||||
header = h;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue