]> Git Repo - qemu.git/blobdiff - target-i386/fpu_helper.c
block: Produce zeros when protocols reading beyond end of file
[qemu.git] / target-i386 / fpu_helper.c
index dfc34a6253f5beb5b3b55e653f7c970e65856db9..c0427fec7a080e163ee4c086e1e367cc545b9b1c 100644 (file)
 #include <math.h>
 #include "cpu.h"
 #include "helper.h"
+#include "qemu/aes.h"
+#include "qemu/host-utils.h"
 
 #if !defined(CONFIG_USER_ONLY)
-#include "softmmu_exec.h"
+#include "exec/softmmu_exec.h"
 #endif /* !defined(CONFIG_USER_ONLY) */
 
 #define FPU_RC_MASK         0xc00
This page took 0.02567 seconds and 4 git commands to generate.