diff options
Diffstat (limited to 'base/loader/elf_object.hh')
-rw-r--r-- | base/loader/elf_object.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/loader/elf_object.hh b/base/loader/elf_object.hh index 28f6bb243..10d97d089 100644 --- a/base/loader/elf_object.hh +++ b/base/loader/elf_object.hh @@ -45,7 +45,8 @@ class ElfObject : public ObjectFile int dataPhdrIdx; ElfObject(const std::string &_filename, int _fd, - size_t _len, uint8_t *_data); + size_t _len, uint8_t *_data, + Arch _arch, OpSys _opSys); public: virtual ~ElfObject() {} |