Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

UserState

Return to user state with user stack

Declaration

Source position: exec.pas line 1872

procedure UserState(

  SysStack: Pointer

);

Arguments

SysStack

  

Supervisor stack pointer

Description

Return to user state with user stack, from supervisor state with user stack. This function is normally used in conjunction with the SuperState function.

This function must not be called from the user state.

See also

SuperState

  

Enter supervisor state with user stack


Documentation generated on: 2021-07-30