forgot an uint16 type for x86_64
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37389 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,7 @@ typedef struct {
|
|||||||
uint32_t __mxcsr;
|
uint32_t __mxcsr;
|
||||||
} fenv_t;
|
} fenv_t;
|
||||||
|
|
||||||
typedef uint16 fexcept_t;
|
typedef uint16_t fexcept_t;
|
||||||
|
|
||||||
/* Exception flags */
|
/* Exception flags */
|
||||||
#define FE_INVALID 0x01
|
#define FE_INVALID 0x01
|
||||||
|
|||||||
Reference in New Issue
Block a user