2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
5 Desc: SuperState() - Switch the processor into a higher plane.
9 #include <proto/exec.h>
11 /* See rom/exec/superstate.c for documentation */
13 AROS_LH0(APTR
, SuperState
,
14 struct ExecBase
*, SysBase
, 25, Exec
)
18 asm volatile("li %%r3,%0; sc"::"i"(6 /*SC_SUPERSTATE*/):"memory","r3");
20 /* We have to return something. NULL is an invalid address for a
21 stack, so it could be used to say that this function does