mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
target/alpha: Enable MTTCG by default
Alpha has a weak memory ordering and issues all of the required barriers. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
8f2d7c3411
commit
5ee4f3c2c7
1
configure
vendored
1
configure
vendored
@ -5894,6 +5894,7 @@ case "$target_name" in
|
||||
TARGET_BASE_ARCH=i386
|
||||
;;
|
||||
alpha)
|
||||
mttcg="yes"
|
||||
;;
|
||||
arm|armeb)
|
||||
TARGET_ARCH=arm
|
||||
|
@ -28,6 +28,9 @@
|
||||
|
||||
#define CPUArchState struct CPUAlphaState
|
||||
|
||||
/* Alpha processors have a weak memory model */
|
||||
#define TCG_GUEST_DEFAULT_MO (0)
|
||||
|
||||
#include "exec/cpu-defs.h"
|
||||
|
||||
#include "fpu/softfloat.h"
|
||||
|
Loading…
Reference in New Issue
Block a user