Commit 1564a6de authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Work around gcc sig11 fault.

parent 6e133d5d
......@@ -24,10 +24,6 @@
#include "msdos.h"
#include "file.h"
#include "miscemu.h"
#include "debugger.h"
#include "module.h"
#include "task.h"
#include "ldt.h"
#include "dosexe.h"
#include "dosmod.h"
#include "stackframe.h"
......@@ -39,8 +35,8 @@ DECLARE_DEBUG_CHANNEL(relay)
#ifdef MZ_SUPPORTED
#include <sys/mman.h>
#include <sys/vm86.h>
#include <sys/mman.h>
#define IF_CLR(ctx) EFL_reg(ctx) &= ~VIF_MASK
#define IF_ENABLED(ctx) (EFL_reg(ctx) & VIF_MASK)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment