Removed autodocs of arch specific variants of ROM modules.
[AROS.git] / arch / m68k-all / exec / getcc.c
blob704f945b245f0e9b757c34e75f24bd1669c60ab4
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: GetCC() - Read the CPU condition codes in an easy way.
6 Lang: english
7 */
9 #include <aros/debug.h>
11 #include <proto/exec.h>
13 /* See rom/exec/getcc.c for documentation */
15 AROS_LH0(UWORD, GetCC,
16 struct ExecBase *, SysBase, 88, Exec)
18 AROS_LIBFUNC_INIT
20 /* Overridden on the RegCall ABI's startup routine */
21 aros_print_not_implemented("GetCC");
22 return ~0;
24 AROS_LIBFUNC_EXIT
25 } /* GetCC() */