aboutsummaryrefslogtreecommitdiff
path: root/fesvr/elf2hex.cc
diff options
context:
space:
mode:
authorAkif Ejaz <81078376+akifejaz@users.noreply.github.com>2024-05-29 23:25:30 +0500
committerGitHub <noreply@github.com>2024-05-29 23:25:30 +0500
commitdc8ea5921556e174f0393940465fb0fde99fe680 (patch)
tree44fb85b5e247889cf11a047e92bd531a497b2cd8 /fesvr/elf2hex.cc
parente7d46b854397d453fcbe7ccfcea6c9970f315a59 (diff)
parent3a70f84b8a2249c92d35c2229b48ca5735a543fa (diff)
downloadspike-dc8ea5921556e174f0393940465fb0fde99fe680.zip
spike-dc8ea5921556e174f0393940465fb0fde99fe680.tar.gz
spike-dc8ea5921556e174f0393940465fb0fde99fe680.tar.bz2
Merge branch 'master' into vector-crypto
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;