aboutsummaryrefslogtreecommitdiff
path: root/fesvr/elf2hex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/elf2hex.cc')
-rw-r--r--fesvr/elf2hex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fesvr/elf2hex.cc b/fesvr/elf2hex.cc
index 327cf2d..2638823 100644
--- a/fesvr/elf2hex.cc
+++ b/fesvr/elf2hex.cc
@@ -40,7 +40,7 @@ int main(int argc, char** argv)
htif_hexwriter_t htif(base, width, depth);
memif_t memif(&htif);
reg_t entry;
- load_elf(argv[3], &memif, &entry);
+ load_elf(argv[3], &memif, &entry, 0);
std::cout << htif;
return 0;