In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Talk:IOSU syscalls

From WiiUBrew
Revision as of 15:29, 4 August 2016 by NexoCube (talk | contribs)
Jump to navigation Jump to search

Deleted old post since it's three month past

Hello ! I'm wondering something about IOS_CreateThread :/

What's the proc and the arg because there's no "," between them :P

And the stack_top

Thanks if someone could give me more info about this "stack top" and the proc/arg


NexoCube (talk) 22:49, 30 July 2016 (CEST)

proc is a function pointer, for a function that returns a u32 and takes one argument of type void*, which the new thread will execute. stack_top points to the top of the stack that will be used by the new thread. Tueidj (talk) 12:46, 4 August 2016 (CEST)

Okay thanks, but nvm i can't use it because i need to grant code execution on the ARM to use it soooo :/