mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
6 lines
129 B
ArmAsm
6 lines
129 B
ArmAsm
.seg "text"
|
|
.globl AO_test_and_set_full
|
|
AO_test_and_set_full:
|
|
retl
|
|
ldstub [%o0],%o0
|