Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235599 | Differences between
and this patch

Collapse All | Expand All

(-)old/lrmi.c (+7 lines)
Lines 64-69 Link Here
64
#define DEFAULT_STACK_SIZE 	0x1000
64
#define DEFAULT_STACK_SIZE 	0x1000
65
#define RETURN_TO_32_INT 	255
65
#define RETURN_TO_32_INT 	255
66
66
67
#ifndef IF_MASK
68
#define IF_MASK X86_EFLAGS_VIF
69
#define IOPL_MASK X86_EFLAGS_IOPL
70
#define VIF_MASK X86_EFLAGS_VIF
71
#define TF_MASK X86_EFLAGS_TF
72
#endif
73
67
#if defined(__linux__)
74
#if defined(__linux__)
68
#define CONTEXT_REGS	context.vm.regs
75
#define CONTEXT_REGS	context.vm.regs
69
#define REG(x)			x
76
#define REG(x)			x

Return to bug 235599