better architecture splitting
This commit is contained in:
parent
d67cd5c33c
commit
42a57eff1c
4 changed files with 4 additions and 4 deletions
7
src/libthread/Linux-386-asm.s
Normal file
7
src/libthread/Linux-386-asm.s
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.globl _tas
|
||||
_tas:
|
||||
movl $0xCAFEBABE, %eax
|
||||
movl 4(%esp), %ecx
|
||||
xchgl %eax, 0(%ecx)
|
||||
ret
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue