From: Brian Cain <brian.c...@oss.qualcomm.com> Signed-off-by: Brian Cain <brian.c...@oss.qualcomm.com> Message-ID: <20250404025203.335025-7-brian.c...@oss.qualcomm.com> Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- target/hexagon/cpu-param.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/target/hexagon/cpu-param.h b/target/hexagon/cpu-param.h index 635d509e743..22bffa78816 100644 --- a/target/hexagon/cpu-param.h +++ b/target/hexagon/cpu-param.h @@ -25,4 +25,9 @@ #define TARGET_INSN_START_EXTRA_WORDS 0 +/* + * Hexagon processors have a strong memory model. + */ +#define TCG_GUEST_DEFAULT_MO (TCG_MO_ALL) + #endif -- 2.47.1