Commit cda4a338 authored by Richard Henderson's avatar Richard Henderson Committed by Peter Maydell
Browse files

tcg/tci: Add TCG_TARGET_DEFAULT_MO



Missed being added as part of 71650df7.

Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent 75be9a52
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -192,4 +192,9 @@ static inline void flush_icache_range(uintptr_t start, uintptr_t stop)
{
}

/* We could notice __i386__ or __s390x__ and reduce the barriers depending
   on the host.  But if you want performance, you use the normal backend.
   We prefer consistency across hosts on this.  */
#define TCG_TARGET_DEFAULT_MO  (0)

#endif /* TCG_TARGET_H */