diff options
Diffstat (limited to 'target/xtensa/cpu-param.h')
-rw-r--r-- | target/xtensa/cpu-param.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/xtensa/cpu-param.h b/target/xtensa/cpu-param.h index b1da055..0000725 100644 --- a/target/xtensa/cpu-param.h +++ b/target/xtensa/cpu-param.h @@ -17,4 +17,7 @@ #define TARGET_VIRT_ADDR_SPACE_BITS 32 #endif +/* Xtensa processors have a weak memory model */ +#define TCG_GUEST_DEFAULT_MO (0) + #endif |