diff options
Diffstat (limited to 'base/loader/ecoff_object.hh')
-rw-r--r-- | base/loader/ecoff_object.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/loader/ecoff_object.hh b/base/loader/ecoff_object.hh index 94b11c720..05d026d00 100644 --- a/base/loader/ecoff_object.hh +++ b/base/loader/ecoff_object.hh @@ -44,7 +44,8 @@ class EcoffObject : public ObjectFile ecoff_aouthdr *aoutHdr; EcoffObject(const std::string &_filename, int _fd, - size_t _len, uint8_t *_data); + size_t _len, uint8_t *_data, + Arch _arch, OpSys _opSys); public: virtual ~EcoffObject() {} |