misc,util: Remove explicit ';'s from M5OP_FOREACH.
authorGabe Black <gabeblack@google.com>
Fri, 27 Mar 2020 00:02:25 +0000 (17:02 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 28 Apr 2020 01:07:43 +0000 (01:07 +0000)
commit3e88a4aa011a1a6dec500ef3ddf763c3e1b43cf2
treea1c0367d593d5b7a8553c81953e12af7eab396a2
parent3b6f2fc14f637540c91eed9742481a2f2223fa48
misc,util: Remove explicit ';'s from M5OP_FOREACH.

It may be the case that each item M5OP_FOREACH iterates over should end
in a ',' and not a ';', for instance when putting each item into an
array or initializing a structure. If the caller still wants a ';', they
can add it into the definition of the M5OP macro.

Change-Id: Idd6538b0aad27df39658c3f749c6ff5e4fe55e6d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27237
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
include/gem5/asm/generic/m5ops.h
util/m5/src/aarch64/m5op.S
util/m5/src/arm/m5op.S
util/m5/src/sparc/m5op.S
util/m5/src/thumb/m5op.S