diff options
-rw-r--r-- | rts/Capability.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rts/Capability.h b/rts/Capability.h index 0c4848c08d..4f9593c8b2 100644 --- a/rts/Capability.h +++ b/rts/Capability.h @@ -32,10 +32,8 @@ // anything else, so round it up to a cache line size: #if defined(s390x_HOST_ARCH) #define CAPABILITY_ALIGNMENT 256 -#elif !defined(mingw32_HOST_OS) -#define CAPABILITY_ALIGNMENT 64 #else -#define CAPABILITY_ALIGNMENT 1 +#define CAPABILITY_ALIGNMENT 64 #endif /* N.B. This must be consistent with CapabilityPublic in RtsAPI.h */ |