Please, mr. CVS, accept my files

svn path=/trunk/; revision=7319
This commit is contained in:
KJK::Hyperion 2003-12-30 00:03:48 +00:00
parent b824b25697
commit 699d3efcd8

View file

@ -0,0 +1,14 @@
.extern _K32ExitThread@4
.globl _K32SwitchStackAndExitThread@12
_K32SwitchStackAndExitThread@12:
movl 0xC(%esp), %edx /* nExitCode */
movl 0x8(%esp), %ecx /* nStackSize */
movl 0x4(%esp), %esp /* pStackBase */
addl %ecx, %esp
subl $0x4, %esp
pushl %edx
call _K32ExitThread@4
/* EOF */