summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/comboot.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/comboot.inc b/core/comboot.inc
index 58bee25e..5367f6f7 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -763,18 +763,16 @@ comapi_shuffle:
; *** FIX THIS ***
; The idle call seems to have detrimental effects on some machines when
; called from a COM32 context (WHY?) -- disable it for now.
+; *** IS THIS STILL TRUE? ***
;
-%if 0 ; def HAVE_IDLE
-
+%ifdef HAVE_IDLE
comapi_idle:
DO_IDLE
clc
ret
%else
-
comapi_idle equ comapi_err
-
%endif
;