On 21/03/25, Philippe Mathieu-Daudé wrote:
> We only require the TCG_GUEST_DEFAULT_MO for MTTCG-enabled
> frontends, otherwise we use a default value of TCG_MO_ALL.
> 
> In order to simplify, require the definition for all targets,
> defining it for hexagon, m68k, rx, sh4 and tricore.
> 
> Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
> ---
>  target/hexagon/cpu-param.h | 3 +++
>  target/m68k/cpu-param.h    | 3 +++
>  target/rx/cpu-param.h      | 3 +++
>  target/sh4/cpu-param.h     | 3 +++
>  target/tricore/cpu-param.h | 3 +++
>  accel/tcg/translate-all.c  | 4 ----
>  6 files changed, 15 insertions(+), 4 deletions(-)

Reviewed-by: Anton Johansson <a...@rev.ng>

Reply via email to