From 1ae30c68c1f5159a5e1c557ee33a33aa695d7da5 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Tue, 14 May 2013 15:06:50 +0200 Subject: arm: Add support for the m5fail pseudo-op --- util/m5/m5op_arm.S | 1 + 1 file changed, 1 insertion(+) (limited to 'util') 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) -- cgit v1.2.3