Docs » Autodocs » exec.library » UserState
UserState -- return to user state with user stack
UserState(sysStack) D0 void UserState(APTR);
Return to user state with user stack, from supervisor state with user stack. This function is normally used in conjunction with the SuperState function above. This function must not be called from the user state.
sysStack - supervisor stack pointer
This function is broken in V33/34 Kickstart. Fixed in V1.31 setpatch.
SuperState(), Supervisor()
|