From 255495265828f4af72eb2330872327ab7c000c22 Mon Sep 17 00:00:00 2001 From: SarahW Date: Fri, 8 Feb 2019 19:36:30 +0000 Subject: [PATCH] Remove unused checkio_perm() macro. --- src/386_common.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/386_common.h b/src/386_common.h index e49bdda..9f092bf 100644 --- a/src/386_common.h +++ b/src/386_common.h @@ -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 \ { \