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>monroegm-disable-blank-issue-2
parent
024cbdd2cd
commit
36487c1588
Loading…
Reference in New Issue