misc,util: Remove explicit ';'s from M5OP_FOREACH.
[gem5.git] / util / m5 / src / thumb / m5op.S
index 8aebf1053e81fb4ebc77ab5ab624b2f1206f27db..a8cf7b2424a58733edcfa009da9cf46091c645a7 100644 (file)
@@ -54,6 +54,6 @@
 .endm
 
 .text
-#define M5OP(name, func) m5op_func name, func
+#define M5OP(name, func) m5op_func name, func;
         M5OP_FOREACH
 #undef M5OP