1 |*****************************************************************************
5 | __AROS_LH1(void, UserState
,
8 | __AROS_LA(APTR
, sysStack
, D0
),
11 | struct ExecBase
*, SysBase
, 26, Exec
)
14 | Return to user mode after a call to
SuperState().
17 | sysStack
- The returncode from
SuperState().
28 | SuperState(), Supervisor()
34 |******************************************************************************
36 .globl _Exec_UserState
38 | simply
return if argument is NULL
46 | Set old supervisor sp
49 | And
return. This jumps directly to a rts
.