Changes

29 bytes added ,  03:14, 21 February 2013
no edit summary
Line 27: Line 27:  
|-
 
|-
 
| 0x8  
 
| 0x8  
| CreateThread(handle* thread, Entrypoint, void* arg, , ThreadPriority, ResLimit)
+
| CreateThread(handle* thread, func entrypoint, u32 arg, u32 stackbottom, s32 threadpriority, s32 processorid)
 
|-
 
|-
 
| 0x9  
 
| 0x9