bsd port (Markus Niemisto)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@800 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-05-12 19:32:15 +00:00
parent fd872598d8
commit 7d3505c55a
9 changed files with 111 additions and 16 deletions

View file

@ -59,7 +59,11 @@ extern int fprintf(FILE *, const char *, ...);
extern int printf(const char *, ...);
#undef NULL
#define NULL 0
#ifdef _BSD
#include <ieeefp.h>
#else
#include <fenv.h>
#endif
#ifdef __i386__
#define AREG0 "ebp"