From 9eda6b1d88a4bdd466964065dd6009bdcedfcb92 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 18 Sep 2011 23:26:39 -0700 Subject: Pseudoinst: Add an initParam pseudo inst function. --- src/sim/pseudo_inst.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sim/pseudo_inst.hh') diff --git a/src/sim/pseudo_inst.hh b/src/sim/pseudo_inst.hh index 25ecbc029..95ef0d187 100644 --- a/src/sim/pseudo_inst.hh +++ b/src/sim/pseudo_inst.hh @@ -56,6 +56,7 @@ uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len, uint64_t offset); void loadsymbol(ThreadContext *xc); void addsymbol(ThreadContext *tc, Addr addr, Addr symbolAddr); +uint64_t initParam(ThreadContext *xc); #endif uint64_t rpns(ThreadContext *tc); -- cgit v1.2.3