Remove unused checkio_perm() macro.

This commit is contained in:
SarahW 2019-02-08 19:36:30 +00:00
commit 2554952658

View file

@ -21,17 +21,6 @@ int checkio(int port);
} \
}
#define checkio_perm(port) if (!IOPLp || (cpu_state.eflags&VM_FLAG)) \
{ \
int tempi = checkio(port); \
if (cpu_state.abrt) break; \
if (tempi) \
{ \
x86gpf(NULL,0); \
break; \
} \
}
#define SEG_CHECK_READ(seg) \
do \
{ \