delint
[AROS.git] / arch / .unmaintained / m68k-emul / supervisor.s
blobd3ea74b22a8a52bd5c2442615f086bd887537f3a
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Exec function Supervisor
6 Lang: english
7 */
9 /******************************************************************************
11 NAME
12 AROS_LH1(void, Supervisor,
14 SYNOPSIS
15 AROS_LHA(ULONG_FUNC, userFunction, A5),
17 LOCATION
18 struct ExecBase *, SysBase, 5, Exec)
20 FUNCTION
22 INPUTS
24 RESULT
26 NOTES
28 EXAMPLE
30 BUGS
32 SEE ALSO
34 INTERNALS
36 HISTORY
38 ******************************************************************************/
40 #include "machine.i"
42 .text
43 .balign 16
44 .globl AROS_SLIB_ENTRY(Supervisor,Exec)
45 .type AROS_SLIB_ENTRY(Supervisor,Exec),@function
46 AROS_SLIB_ENTRY(Supervisor,Exec):
47 /* The emulation has no real supervisor mode. */
48 jmp (%a5)