summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libx86/lrmi.patch
blob: 10530f9d2fca56bbe64df56fd16298d4d04e60eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- old/lrmi.c	2006-10-30 21:10:16.000000000 +0100
+++ new/lrmi.c	2008-08-27 11:32:40.000000000 +0200
@@ -64,6 +64,13 @@
 #define DEFAULT_STACK_SIZE 	0x1000
 #define RETURN_TO_32_INT 	255
 
+#ifndef IF_MASK
+#define IF_MASK X86_EFLAGS_VIF
+#define IOPL_MASK X86_EFLAGS_IOPL
+#define VIF_MASK X86_EFLAGS_VIF
+#define TF_MASK X86_EFLAGS_TF
+#endif
+
 #if defined(__linux__)
 #define CONTEXT_REGS	context.vm.regs
 #define REG(x)			x