summaryrefslogtreecommitdiff
path: root/base/loader/elf_object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/loader/elf_object.hh')
-rw-r--r--base/loader/elf_object.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/loader/elf_object.hh b/base/loader/elf_object.hh
index 72c265edd..d1fd32fd0 100644
--- a/base/loader/elf_object.hh
+++ b/base/loader/elf_object.hh
@@ -39,7 +39,7 @@ class ElfObject : public ObjectFile
bool loadSomeSymbols(SymbolTable *symtab, int binding);
ElfObject(const std::string &_filename, int _fd,
- size_t _len, uint8_t *_data,
+ size_t _len, uint8_t *_data,Addr global_ptr,
Arch _arch, OpSys _opSys);
public: