ref: 8d0e7b3149bead254221fe4c100c4a8f7af1d792
parent: 21cc01f753c47d4eab4e1d8efc822e926ee690d6
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 14:19:16 EDT 2018
Removing DOS code audiolib/interrup.h
--- a/rott/audiolib/interrup.h
+++ b/rott/audiolib/interrup.h
@@ -34,17 +34,4 @@
unsigned long DisableInterrupts( void );
void RestoreInterrupts( unsigned long flags );
-#ifdef PLAT_DOS
-#pragma aux DisableInterrupts = \
- "pushfd", \
- "pop eax", \
- "cli" \
- modify [ eax ];
-
-#pragma aux RestoreInterrupts = \
- "push eax", \
- "popfd" \
- parm [ eax ];
-#endif
-
#endif