summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/AsmMacros.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/util/AsmMacros.h b/util/AsmMacros.h
index 9d9d9f8..8305903 100644
--- a/util/AsmMacros.h
+++ b/util/AsmMacros.h
@@ -333,11 +333,7 @@ void outl(U16_t, U32_t);
# define __USLC__
# endif
# endif
-# ifndef __SCO__
-# include <sys/inline.h>
-# else
-# include "../common/scoasm.h"
-# endif
+# include <sys/inline.h>
# define intr_disable() asm("cli")
# define intr_enable() asm("sti")