diff options
Diffstat (limited to 'util/m5/m5op.h')
-rw-r--r-- | util/m5/m5op.h | 1 |
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); |