Revision 92fc4b58 target-i386/fpu_helper.c

b/target-i386/fpu_helper.c
21 21
#include "cpu.h"
22 22
#include "helper.h"
23 23

  
24
#if !defined(CONFIG_USER_ONLY)
25
#include "softmmu_exec.h"
26
#endif /* !defined(CONFIG_USER_ONLY) */
27

  
24 28
#define FPU_RC_MASK         0xc00
25 29
#define FPU_RC_NEAR         0x000
26 30
#define FPU_RC_DOWN         0x400

Also available in: Unified diff