X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fx86-arch.h;h=439f5081ad6795f08223e95295f646e5c7117cd1;hb=69d60b456b07a0256f08df0d02484f361ce5737c;hp=eea03a4f19f26b66e2fab74132e86c638db92d39;hpb=a7c2f2622f1ceeeb3459cb6bbcf261bda1ff2327;p=sbcl.git diff --git a/src/runtime/x86-arch.h b/src/runtime/x86-arch.h index eea03a4..439f508 100644 --- a/src/runtime/x86-arch.h +++ b/src/runtime/x86-arch.h @@ -5,7 +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 included before this file #endif #define ARCH_HAS_STACK_POINTER @@ -21,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)