Files
o3de/Code/Framework/AzCore/Platform
Chris Burel 36487c1588 Fix alignment of CONTEXT variable
The previous code had the `alignas()` in the wrong place, it needs to be
left of the typename.

Furthermore, `CONTEXT` has a default alignment of 16, so using `alignas(8)`
underaligns.

Signed-off-by: Chris Burel <burelc@amazon.com>
2022-02-10 15:34:56 -08:00
..
2022-02-10 15:34:56 -08:00