aboutsummaryrefslogtreecommitdiff
path: root/fesvr/elfloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/elfloader.h')
-rw-r--r--fesvr/elfloader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fesvr/elfloader.h b/fesvr/elfloader.h
index ae4ee78..0a250cd 100644
--- a/fesvr/elfloader.h
+++ b/fesvr/elfloader.h
@@ -8,6 +8,7 @@
#include <string>
class memif_t;
-std::map<std::string, uint64_t> load_elf(const char* fn, memif_t* memif, reg_t* entry, unsigned required_xlen = 0);
+std::map<std::string, uint64_t> load_elf(const char* fn, memif_t* memif, reg_t* entry,
+ reg_t load_offset, unsigned required_xlen = 0);
#endif