Commit 5ee4f3c2 authored by Richard Henderson's avatar Richard Henderson
Browse files

target/alpha: Enable MTTCG by default



Alpha has a weak memory ordering and issues all of the required barriers.

Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
parent 8f2d7c34
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5894,6 +5894,7 @@ case "$target_name" in
    TARGET_BASE_ARCH=i386
  ;;
  alpha)
    mttcg="yes"
  ;;
  arm|armeb)
    TARGET_ARCH=arm
+3 −0
Original line number Diff line number Diff line
@@ -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"