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

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