prism2.device: Compiler delint
[AROS.git] / arch / .unmaintained / m68k-emul / getcc.s
blobcba557fc0948358ee48a2215efbc1b5ed46af8e1
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Exec function GetCC
6 Lang: english
7 */
9 /******************************************************************************
11 NAME
12 AROS_LH0(void, GetCC,
14 LOCATION
15 struct ExecBase *, SysBase, 88, Exec)
17 FUNCTION
19 INPUTS
21 RESULT
23 NOTES
25 EXAMPLE
27 BUGS
29 SEE ALSO
31 INTERNALS
33 HISTORY
35 ******************************************************************************/
37 #include "machine.i"
39 .text
40 .balign 16
41 .globl AROS_SLIB_ENTRY(GetCC,Exec)
42 .type AROS_SLIB_ENTRY(GetCC,Exec),@function
43 AROS_SLIB_ENTRY(GetCC,Exec):
44 /* This should be implemented in the jump table for speed. */
45 move %ccr,%d0
46 rts