summaryrefslogtreecommitdiff
path: root/util/m5/m5op_sparc.S
diff options
context:
space:
mode:
Diffstat (limited to 'util/m5/m5op_sparc.S')
-rw-r--r--util/m5/m5op_sparc.S21
1 files changed, 11 insertions, 10 deletions
diff --git a/util/m5/m5op_sparc.S b/util/m5/m5op_sparc.S
index b5c421bdf..40248ff8b 100644
--- a/util/m5/m5op_sparc.S
+++ b/util/m5/m5op_sparc.S
@@ -49,8 +49,10 @@ func:
#define END(func) \
.size func, (.-func)
+#define DEBUGBREAK INST(debugbreak_func, 0, 0, 0)
#define M5EXIT INST(exit_func, 0, 0, 0)
#define PANIC INST(panic_func, 0, 0, 0)
+#define READFILE INST(readfile_func, 0, 0, 0)
LEAF(m5_exit)
retl
@@ -62,6 +64,15 @@ LEAF(m5_panic)
PANIC
END(m5_panic)
+LEAF(m5_readfile)
+ retl
+ READFILE
+END(m5_readfile)
+
+LEAF(m5_debugbreak)
+ retl
+ DEBUGBREAK
+END(m5_debugbreak)
/* !!!!!! All code below here just panics !!!!!! */
LEAF(arm)
@@ -119,16 +130,6 @@ LEAF(m5_checkpoint)
PANIC
END(m5_checkpoint)
-LEAF(m5_readfile)
- retl
- PANIC
-END(m5_readfile)
-
-LEAF(m5_debugbreak)
- retl
- PANIC
-END(m5_debugbreak)
-
LEAF(m5_switchcpu)
retl
PANIC