mips: Tweak location of ';' in macros
commit94f5c480e9b5ce95394026b3f025816470e23eaf
authorEric Blake <eblake@redhat.com>
Fri, 1 Dec 2017 23:24:28 +0000 (1 17:24 -0600)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jan 2018 13:54:51 +0000 (16 14:54 +0100)
tree9d8cb38ec46a09e0857aa27e5bc6e4a901cb0e0c
parent1b4c0a0436f8741ad19e03a5822d1c546dfceecc
mips: Tweak location of ';' in macros

It is more typical to provide the ';' by the caller of a macro
than to embed it in the macro itself; this is because syntax
highlight engines can get confused if a macro is called without
a semicolon before the closing '}'.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20171201232433.25193-3-eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/mips/msa_helper.c