summaryrefslogtreecommitdiff
path: root/util/m5/m5op.h
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2017-05-08 10:57:17 +0100
committerAndreas Sandberg <andreas.sandberg@arm.com>2017-05-09 09:24:06 +0000
commita59d153c08f05e5bfdb2689c20329a75abf092b4 (patch)
treecfc9453ac04f4c02d95131c818437be64c0f521a /util/m5/m5op.h
parentd43d59595da7e8bf7be522d06ab9dd0943c3c03a (diff)
downloadgem5-a59d153c08f05e5bfdb2689c20329a75abf092b4.tar.xz
util: Add the m5_loadsymbol pseudo op to the m5 tool
Change-Id: Ib8bf4eac77170db8b2bf44796fd9d46b02217d03 Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/3122 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'util/m5/m5op.h')
-rw-r--r--util/m5/m5op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/m5/m5op.h b/util/m5/m5op.h
index d9fcb3231..f2d85fe97 100644
--- a/util/m5/m5op.h
+++ b/util/m5/m5op.h
@@ -59,6 +59,7 @@ void m5_debugbreak(void);
void m5_switchcpu(void);
void m5_togglesync(void);
void m5_addsymbol(uint64_t addr, char *symbol);
+void m5_loadsymbol();
void m5_panic(void);
void m5_work_begin(uint64_t workid, uint64_t threadid);
void m5_work_end(uint64_t workid, uint64_t threadid);