Remove unused checkio_perm() macro.
This commit is contained in:
parent
5b58b202a1
commit
2554952658
1 changed files with 0 additions and 11 deletions
|
|
@ -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 \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue