X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-arch.h;h=439f5081ad6795f08223e95295f646e5c7117cd1;hb=eaa8a506790bb6ed627da617247bfd13802eb365;hp=3bd1e5c084ff936f88ab048a26e201a4232de06e;hpb=fb8533122551bbb7aea669f40bc91c1211809b58;p=sbcl.git diff --git a/src/runtime/x86-arch.h b/src/runtime/x86-arch.h index 3bd1e5c..439f508 100644 --- a/src/runtime/x86-arch.h +++ b/src/runtime/x86-arch.h @@ -5,11 +5,11 @@ #ifndef _X86_ARCH_H #define _X86_ARCH_H #ifndef SBCL_GENESIS_CONFIG -#error genesis/config.h (or sbcl.h) must be incuded before this file +#error genesis/config.h (or sbcl.h) must be included before this file #endif #ifndef SBCL_GENESIS_CONFIG -#error genesis/config.h (or sbcl.h) must be incuded before this file +#error genesis/config.h (or sbcl.h) must be included before this file #endif #define ARCH_HAS_STACK_POINTER @@ -25,7 +25,7 @@ extern never_returns lose(char *fmt, ...); static inline void -get_spinlock(volatile lispobj *word,int value) +get_spinlock(volatile lispobj *word,long value) { u32 eax=0; if(*word==value)