diff options
Diffstat (limited to 'target/i386/helper.c')
| -rw-r--r-- | target/i386/helper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/i386/helper.c b/target/i386/helper.c index 8857444819..36bf2107e7 100644 --- a/target/i386/helper.c +++ b/target/i386/helper.c @@ -28,6 +28,9 @@ #include "monitor/monitor.h" #endif #include "qemu/log.h" +#ifdef CONFIG_TCG +#include "tcg/insn-start-words.h" +#endif void cpu_sync_avx_hflag(CPUX86State *env) { |