vm: fix a null dereference on out-of-memory
[minix.git] / lib / libc / arch / m68k / gen / fpgetsticky.S
blob9e482eb8aa7f4188744c1bcbd14cf791b26f8510
1 /*      $NetBSD: fpgetsticky.S,v 1.7 2002/01/13 21:45:44 thorpej Exp $  */
3 /*
4  * Written by Charles M. Hannum, Apr 9, 1995
5  * Public domain.
6  */
8 #include <machine/asm.h>
10 #ifdef WEAK_ALIAS
11 WEAK_ALIAS(fpgetsticky, _fpgetsticky)
12 ENTRY(_fpgetsticky)
13 #else
14 ENTRY(fpgetsticky)
15 #endif
16         fmovel %fpsr,%d0
17         bfextu %d0{#24:#5},%d0
18         rts