1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gc: fix msvc not using libatomic_ops (#15418)

This commit is contained in:
Emily Hudson
2022-08-14 11:16:52 +01:00
committed by GitHub
parent 8f98f1db9e
commit 90d9b200f9
78 changed files with 18859 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
.seg "text"
.globl AO_test_and_set_full
AO_test_and_set_full:
retl
ldstub [%o0],%o0