mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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:
parent
fd872598d8
commit
7d3505c55a
9 changed files with 111 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue