mmakefile: Add startup.o and detach.o as %build_prog dependencies
[AROS.git] / arch / .unmaintained / dummy / setsr.c
blob5a04ce3946a15b9490ba586a00ba79d5b9106ee8
1 /******************************************************************************
3 | NAME
5 | __AROS_LH2(ULONG, SetSR,
7 | SYNOPSIS
8 | __AROS_LA(ULONG, newSR, D0),
9 | __AROS_LA(ULONG, mask, D1),
11 | LOCATION
12 | struct ExecBase *, SysBase, 24, Exec)
14 | FUNCTION
15 | Read/Modify the CPU status register in an easy way. Only the bits set in
16 | the mask parameter will be changed.
18 | INPUTS
19 | newSR - New contents of sr.
20 | mask - Bits to change.
22 | RESULT
23 | Old contents of sr.
25 | NOTES
27 | EXAMPLE
29 | BUGS
31 | SEE ALSO
33 | INTERNALS
35 | HISTORY
37 ******************************************************************************/
39 .text
40 .align 16
41 .globl Exec_SetSR
42 .type Exec_SetSR,@function
43 Exec_SetSR:
44 /* Dummy */
45 ret