Sign in
plan9port
/
plan9
/
80ecfd2430750a6e24d5dd480c7d9aa2385e8fda
/
.
/
src
/
libthread
/
Linuxasm.s
blob: 197f12b54d646eb2eaf297eaacfe923aec2b9a43 [
file
] [
log
] [
blame
]
.globl _tas
_tas
:
movl
$
0xCAFEBABE
,
%eax
movl
4
(%esp), %
ecx
xchgl
%eax, 0(%
ecx
)
ret