Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c11_atomics: fix uninitialized member accesses
Initialize the `_memoryOrder` and `_memoryScope` members to avoid `CBasicTestMemOrderScope::MaxHostThreads()` accessing uninitialized data. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
- Loading branch information