]> Git Repo - qemu.git/commitdiff
atomic_template: fix indentation in GEN_ATOMIC_HELPER
authorEmilio G. Cota <[email protected]>
Fri, 6 Sep 2019 20:26:35 +0000 (21:26 +0100)
committerPeter Maydell <[email protected]>
Fri, 13 Sep 2019 15:05:01 +0000 (16:05 +0100)
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Emilio G. Cota <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
accel/tcg/atomic_template.h

index df9c83881780124fefa7ecde103256f7b5add7a6..287433d809bb2737200abc5cbdf110c4dce36f20 100644 (file)
@@ -149,7 +149,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;                           \
This page took 0.022187 seconds and 4 git commands to generate.