Revision 92fc4b58 target-i386/misc_helper.c

b/target-i386/misc_helper.c
21 21
#include "ioport.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
/* check if Port I/O is allowed in TSS */
25 29
static inline void check_io(CPUX86State *env, int addr, int size)
26 30
{

Also available in: Unified diff