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