summaryrefslogtreecommitdiff
path: root/include/gem5/m5ops.h
diff options
context:
space:
mode:
authorHanhwi Jang <jang.hanhwi@gmail.com>2017-12-08 14:34:59 +0900
committerHanhwi Jang <jang.hanhwi@gmail.com>2018-01-09 07:56:37 +0000
commitf4ac3673d50d89decebade7fbbb6ff8bac752756 (patch)
tree30944c68d701acc9d8c4baf79ce8c5fbaf8d07e8 /include/gem5/m5ops.h
parent3cc77c93735622b62d399887932bd70d0a993c61 (diff)
downloadgem5-f4ac3673d50d89decebade7fbbb6ff8bac752756.tar.xz
util: resolve m5op name mismatching in m5op headers.
Two m5op, load_symbol and dist_toggle_sync are defined with different name in C and asm version headers 'm5ops.h' The m5ops are named to m5_load_symbol() and m5_dist_toggle_sync(). Change-Id: I9630d74f3fb95bc3dc5fa082778d8f6eaa49b3cb Reviewed-on: https://gem5-review.googlesource.com/6481 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'include/gem5/m5ops.h')
-rw-r--r--include/gem5/m5ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gem5/m5ops.h b/include/gem5/m5ops.h
index 5062ac24b..72223d140 100644
--- a/include/gem5/m5ops.h
+++ b/include/gem5/m5ops.h
@@ -62,7 +62,7 @@ void m5_debug_break(void);
void m5_switch_cpu(void);
void m5_dist_toggle_sync(void);
void m5_add_symbol(uint64_t addr, char *symbol);
-void m5_loadsymbol();
+void m5_load_symbol();
void m5_panic(void);
void m5_work_begin(uint64_t workid, uint64_t threadid);
void m5_work_end(uint64_t workid, uint64_t threadid);