summaryrefslogtreecommitdiff
path: root/base/loader/aout_object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/loader/aout_object.hh')
-rw-r--r--base/loader/aout_object.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/loader/aout_object.hh b/base/loader/aout_object.hh
index 77c59aef6..9fb8cb3e8 100644
--- a/base/loader/aout_object.hh
+++ b/base/loader/aout_object.hh
@@ -40,7 +40,8 @@ class AoutObject : public ObjectFile
aout_exechdr *execHdr;
AoutObject(const std::string &_filename, int _fd,
- size_t _len, uint8_t *_data);
+ size_t _len, uint8_t *_data,
+ Arch _arch, OpSys _opSys);
public:
virtual ~AoutObject() {}