Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235310
Collapse All | Expand All

(-)read-edid-1.4.1/lrmi.c~ (+7 lines)
Lines 168-173 LRMI_free_real(void *m) Link Here
168
		}
168
		}
169
	}
169
	}
170
170
171
#ifndef TF_MASK
172
#define TF_MASK X86_EFLAGS_TF
173
#define IF_MASK X86_EFLAGS_IF
174
#define IOPL_MASK X86_EFLAGS_IOPL
175
#define VIF_MASK X86_EFLAGS_VIF
176
#define VIP_MASK X86_EFLAGS_VIP
177
#endif
171
178
172
#define DEFAULT_VM86_FLAGS 	(IF_MASK | IOPL_MASK)
179
#define DEFAULT_VM86_FLAGS 	(IF_MASK | IOPL_MASK)
173
#define DEFAULT_STACK_SIZE 	0x1000
180
#define DEFAULT_STACK_SIZE 	0x1000

Return to bug 235310