]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/translate-copy.c
win32 port (initial patch by kazu)
[mirror_qemu.git] / target-i386 / translate-copy.c
index fb0bcaa3cfcb6c04989f3da179b1ccb03a7e6722..69927915eeea2a89677116a64ed5888f42155833 100644 (file)
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#include "config.h"
+
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <inttypes.h>
-#include <signal.h>
 #include <assert.h>
-#include <sys/mman.h>
-#include <sys/ucontext.h>
 
 #include "cpu.h"
 #include "exec-all.h"
 
 #ifdef USE_CODE_COPY
 
+#include <signal.h>
+#include <sys/mman.h>
+#include <sys/ucontext.h>
+
 extern char exec_loop;
 
 /* operand size */