Revision 7d3505c5 dyngen-exec.h
b/dyngen-exec.h | ||
---|---|---|
59 | 59 |
extern int printf(const char *, ...); |
60 | 60 |
#undef NULL |
61 | 61 |
#define NULL 0 |
62 |
#ifdef _BSD |
|
63 |
#include <ieeefp.h> |
|
64 |
#else |
|
62 | 65 |
#include <fenv.h> |
66 |
#endif |
|
63 | 67 |
|
64 | 68 |
#ifdef __i386__ |
65 | 69 |
#define AREG0 "ebp" |
Also available in: Unified diff