#include <revolution/os.h>u32 OSSwitchStack(register u32 newsp);newsp |
Pointer to new stack address (the position of the highest possible address value). |
The old stack address.
Switches the current stack pointer to newsp.
03/01/2006 Initial version.