mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Please, mr. CVS, accept my files
svn path=/trunk/; revision=7319
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user