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.

14 lines
412 B

  1. --- ./src/int10/i10_v86.c.orig 2008-10-11 10:32:21.000000000 +0200
  2. +++ ./src/int10/i10_v86.c 2008-10-11 10:32:28.000000000 +0200
  3. @@ -27,6 +27,11 @@
  4. #include <string.h>
  5. #ifdef __i386__
  6. #include <sys/vm86.h>
  7. +#define VIF_MASK X86_EFLAGS_VIF
  8. +#define VIP_MASK X86_EFLAGS_VIP
  9. +#define IF_MASK X86_EFLAGS_IF
  10. +#define TF_MASK X86_EFLAGS_TF
  11. +#define NT_MASK X86_EFLAGS_NT
  12. #else
  13. #include "vm86_struct.h"
  14. #endif