Revision 03938c13 tcg/mips/tcg-target.h

b/tcg/mips/tcg-target.h
102 102
/* guest base is supported */
103 103
#define TCG_TARGET_HAS_GUEST_BASE
104 104

  
105
#ifdef __OpenBSD__
106
#include <machine/sysarch.h>
107
#else
105 108
#include <sys/cachectl.h>
109
#endif
106 110

  
107 111
static inline void flush_icache_range(unsigned long start, unsigned long stop)
108 112
{

Also available in: Unified diff