diff options
author | daan <daan@microsoft.com> | 2020-07-23 15:00:49 -0700 |
---|---|---|
committer | daan <daan@microsoft.com> | 2020-07-23 15:00:49 -0700 |
commit | b74caddcc1307008c4f383b73fc45d0dc05aea3a (patch) | |
tree | 73500604a734e46fb141184d8830ceb43ff7ec8f /ide | |
parent | 70be91d6b8099bdc57fd20ce3f7c60b4efb15f72 (diff) |
fix memory order to acq_rel for atomic and/or, issue #130, thanks @mpoeter!
Diffstat (limited to 'ide')
-rw-r--r-- | ide/vs2019/mimalloc-test-stress.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/vs2019/mimalloc-test-stress.vcxproj b/ide/vs2019/mimalloc-test-stress.vcxproj index ef7ab35..afbb666 100644 --- a/ide/vs2019/mimalloc-test-stress.vcxproj +++ b/ide/vs2019/mimalloc-test-stress.vcxproj @@ -149,8 +149,8 @@ </ClCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="mimalloc.vcxproj"> - <Project>{abb5eae7-b3e6-432e-b636-333449892ea6}</Project> + <ProjectReference Include="mimalloc-override.vcxproj"> + <Project>{abb5eae7-b3e6-432e-b636-333449892ea7}</Project> </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |