summaryrefslogtreecommitdiffstats
path: root/accel/tcg
diff options
context:
space:
mode:
authorEmilio G. Cota2019-08-28 18:53:05 +0200
committerPeter Maydell2019-09-03 17:20:35 +0200
commit358f6348df5ad785c7c18be659d4ff9a2174635f (patch)
treeb1880f738bf9124f332f6505d4d8ea5fa41ad9cd /accel/tcg
parenttcg/README: fix typo s/afterwise/afterwards/ (diff)
downloadqemu-358f6348df5ad785c7c18be659d4ff9a2174635f.tar.gz
qemu-358f6348df5ad785c7c18be659d4ff9a2174635f.tar.xz
qemu-358f6348df5ad785c7c18be659d4ff9a2174635f.zip
atomic_template: fix indentation in GEN_ATOMIC_HELPER
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190828165307.18321-8-alex.bennee@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'accel/tcg')
-rw-r--r--accel/tcg/atomic_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/atomic_template.h b/accel/tcg/atomic_template.h
index 5aaf186253..df9c838817 100644
--- a/accel/tcg/atomic_template.h
+++ b/accel/tcg/atomic_template.h
@@ -284,7 +284,7 @@ ABI_TYPE ATOMIC_NAME(xchg)(CPUArchState *env, target_ulong addr,
#define GEN_ATOMIC_HELPER(X) \
ABI_TYPE ATOMIC_NAME(X)(CPUArchState *env, target_ulong addr, \
- ABI_TYPE val EXTRA_ARGS) \
+ ABI_TYPE val EXTRA_ARGS) \
{ \
ATOMIC_MMU_DECLS; \
DATA_TYPE *haddr = ATOMIC_MMU_LOOKUP; \