#include <revolution/os.h>int OSSwitchFiber (register u32 pc, register u32 newsp); |
Location from where the specified function starts to run. |
|
Pointer to new stack (location of the highest possible address value). |
Result of the function that pc points to.
Executes a function specified by pc using the new stack specified by newsp. When the function returns, the old stack pointer is restored.
03/01/2006 Initial version.