vm: fix a null dereference on out-of-memory
[minix.git] / lib / libc / arch / sh3 / gdtoa / gd_qnan.h
bloba7b54a2030fcdfee8ae93ca88b7555b6e9476af8
1 /* $NetBSD: gd_qnan.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
3 #include <machine/endian.h>
5 #define f_QNAN 0x7fa00000
6 #if BYTE_ORDER == BIG_ENDIAN
7 #define d_QNAN0 0x7ff40000
8 #define d_QNAN1 0x0
9 #else
10 #define d_QNAN0 0x0
11 #define d_QNAN1 0x7ff40000
12 #endif