aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-08-09 17:04:30 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2010-08-09 17:04:30 -0700
commitd9170d6002c684acdfca1ba124dba2235081b578 (patch)
treeb4f45dffab285f468549067a042eb392a3bde388 /riscv/sim.h
parentcf2bb153956a374b96edcc4d2612282a09747e08 (diff)
downloadriscv-isa-sim-d9170d6002c684acdfca1ba124dba2235081b578.zip
riscv-isa-sim-d9170d6002c684acdfca1ba124dba2235081b578.tar.gz
riscv-isa-sim-d9170d6002c684acdfca1ba124dba2235081b578.tar.bz2
[sim] removed unused elf loader
Diffstat (limited to 'riscv/sim.h')
-rw-r--r--riscv/sim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/sim.h b/riscv/sim.h
index 59795d9..c8faa0c 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -14,7 +14,6 @@ class sim_t
public:
sim_t(int _nprocs, size_t _memsz, appserver_link_t* _applink);
~sim_t();
- void load_elf(const char* fn);
void run(bool debug);
void set_tohost(reg_t val);