0.9.0.37:
[sbcl.git] / src / runtime / x86-arch.h
index 3bd1e5c..439f508 100644 (file)
@@ -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)