diff options
Diffstat (limited to 'rts/Capability.h')
-rw-r--r-- | rts/Capability.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Capability.h b/rts/Capability.h index dc1c6c2073..2a5f127793 100644 --- a/rts/Capability.h +++ b/rts/Capability.h @@ -160,7 +160,7 @@ struct Capability_ { } // typedef Capability is defined in RtsAPI.h // We never want a Capability to overlap a cache line with anything // else, so round it up to a cache line size: -#ifndef mingw32_HOST_OS +#if !defined(mingw32_HOST_OS) ATTRIBUTE_ALIGNED(64) #endif ; |