summaryrefslogtreecommitdiff
path: root/common/JackAtomicState.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackAtomicState.h')
-rw-r--r--common/JackAtomicState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackAtomicState.h b/common/JackAtomicState.h
index 26d6a565..69c8316e 100644
--- a/common/JackAtomicState.h
+++ b/common/JackAtomicState.h
@@ -94,7 +94,7 @@ class JackAtomicState
protected:
T fState[2];
- alignas(UInt32) volatile AtomicCounter fCounter;
+ alignas(UInt32) alignas(AtomicCounter) volatile AtomicCounter fCounter;
SInt32 fCallWriteCounter;
UInt32 WriteNextStateStartAux()