diff options
Diffstat (limited to 'target/alpha/cpu-param.h')
-rw-r--r-- | target/alpha/cpu-param.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/alpha/cpu-param.h b/target/alpha/cpu-param.h index c969cb0..5ce213a 100644 --- a/target/alpha/cpu-param.h +++ b/target/alpha/cpu-param.h @@ -27,4 +27,7 @@ # define TARGET_VIRT_ADDR_SPACE_BITS (30 + TARGET_PAGE_BITS) #endif +/* Alpha processors have a weak memory model */ +#define TCG_GUEST_DEFAULT_MO (0) + #endif |