mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
366 B

  1. see http://lists.nongnu.org/archive/html/qemu-devel/2006-02/msg00174.html
  2. --- qemu.org/target-i386/helper2.c 2005-12-04 19:46:06.000000000 +0100
  3. +++ qemu/target-i386/helper2.c 2006-02-18 22:50:37.362222345 +0100
  4. @@ -24,6 +24,7 @@
  5. #include <inttypes.h>
  6. #include <signal.h>
  7. #include <assert.h>
  8. +#include <errno.h>
  9. #include "cpu.h"
  10. #include "exec-all.h"