(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/exec.h>

void UserState (sysStack)

LOCATION
In SysBase at offset 26

SYNOPSIS
APTR sysStack

FUNCTION
Return to user mode after a call to SuperState().

INPUTS
sysStack
The return value from SuperState()

RESULT
The system will be back to normal.

EXAMPLE

SEE ALSO
SuperState(), Supervisor()

NOTES

BUGS

INTERNALS
Undo SuperState()

HISTORY