summaryrefslogtreecommitdiff
path: root/util/m5
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas@sandberg.pp.se>2013-05-14 15:06:50 +0200
committerAndreas Sandberg <andreas@sandberg.pp.se>2013-05-14 15:06:50 +0200
commit1ae30c68c1f5159a5e1c557ee33a33aa695d7da5 (patch)
treeda5c230cda5adef21a222fdeb8acbd83f53fb3f1 /util/m5
parente1cbe33c724f46b53ae1d4843883a848d6bb9d20 (diff)
downloadgem5-1ae30c68c1f5159a5e1c557ee33a33aa695d7da5.tar.xz
arm: Add support for the m5fail pseudo-op
Diffstat (limited to 'util/m5')
-rw-r--r--util/m5/m5op_arm.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/m5/m5op_arm.S b/util/m5/m5op_arm.S
index 115c7a017..3a43913f7 100644
--- a/util/m5/m5op_arm.S
+++ b/util/m5/m5op_arm.S
@@ -90,6 +90,7 @@ SIMPLE_OP(quiesceTime, quiescetime_func, 0)
SIMPLE_OP(rpns, rpns_func, 0)
SIMPLE_OP(wakeCPU, wakecpu_func, 0)
SIMPLE_OP(m5_exit, exit_func, 0)
+SIMPLE_OP(m5_fail, fail_func, 0)
SIMPLE_OP(m5_initparam, initparam_func, 0)
SIMPLE_OP(m5_loadsymbol, loadsymbol_func, 0)
SIMPLE_OP(m5_reset_stats, resetstats_func, 0)