Change floating point exception type to match the i386 one.

Submitted by:	Mark Abene <phiber@radicalmedia.com>
This commit is contained in:
obrien 2000-05-09 17:43:20 +00:00
parent ae7066d440
commit 4d0d6e3d92

View File

@ -9,7 +9,7 @@
#ifndef _ALPHA_IEEEFP_H_
#define _ALPHA_IEEEFP_H_
typedef int fp_except;
typedef int fp_except_t;
#define FP_X_INV (1LL << 1) /* invalid operation exception */
#define FP_X_DZ (1LL << 2) /* divide-by-zero exception */
#define FP_X_OFL (1LL << 3) /* overflow exception */