From 2155e139c7cfc873636229b9d6b5fd6265a3a9a0 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 15:45:40 -0800 Subject: unifdef __SCO__ ../common/scoasm.h didn't even exist, so this would have broken the build if it was ever set Signed-off-by: Alan Coopersmith --- util/AsmMacros.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'util') 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 -# else -# include "../common/scoasm.h" -# endif +# include # define intr_disable() asm("cli") # define intr_enable() asm("sti") -- cgit v1.2.3