OSSwitchStack

C Specification

#include <revolution/os.h>
u32 OSSwitchStack(register u32 newsp);

Arguments

newsp Pointer to new stack address (the position of the highest possible address value).

Return Values

The old stack address.

Description

Switches the current stack pointer to newsp.

See Also

Revision History

2006/03/01 Initial version.


CONFIDENTIAL