misc,util: Remove explicit ';'s from M5OP_FOREACH.
[gem5.git] / util / m5 / src / arm / m5op.S
index 3b18d272cec601517d36092ed38d1930fc5aa567..aeed83a54b2b4d7906f1ec894d3a13392a145e97 100644 (file)
@@ -52,6 +52,6 @@
 .endm
 
 .text
-#define M5OP(name, func) m5op_func name, func
+#define M5OP(name, func) m5op_func name, func;
         M5OP_FOREACH
 #undef M5OP