summaryrefslogtreecommitdiff
path: root/util/m5/m5op_arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'util/m5/m5op_arm.S')
-rw-r--r--util/m5/m5op_arm.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/m5/m5op_arm.S b/util/m5/m5op_arm.S
index 6a6eafa1c..bff36d442 100644
--- a/util/m5/m5op_arm.S
+++ b/util/m5/m5op_arm.S
@@ -47,7 +47,7 @@
.thumb
#endif
-#include "m5ops.h"
+#include <gem5/asm/generic/m5ops.h>
.text
@@ -66,7 +66,7 @@
.text
#define M5OP(name, func, subfunc) m5op_func name, func, subfunc
- FOREACH_M5OP
+ M5OP_FOREACH
-#define M5_ANNOTATION(name, ann) m5op_func name, annotate_func, ann
- FOREACH_M5_ANNOTATION
+#define M5_ANNOTATION(name, ann) m5op_func name, M5OP_ANNOTATE, ann
+ M5OP_FOREACH_ANNOTATION