X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-arch.h;h=30363db9df20a1def6ecbd8c304d3526b52da293;hb=5fb561a1daba0b6dbd76f7347d4b0fa4b02494a6;hp=82daa1939974b6591964f739a8c741cb6859b2f4;hpb=402958f92506b9d3de852601b8c1ccb99b5ee558;p=sbcl.git diff --git a/src/runtime/x86-arch.h b/src/runtime/x86-arch.h index 82daa19..30363db 100644 --- a/src/runtime/x86-arch.h +++ b/src/runtime/x86-arch.h @@ -9,6 +9,8 @@ #error genesis/config.h (or sbcl.h) must be included before this file #endif +#include "interr.h" /* for declaration of lose() */ + #define ARCH_HAS_STACK_POINTER /* FIXME: Do we also want @@ -19,7 +21,7 @@ #include "interr.h" static inline void -get_spinlock(volatile lispobj *word,long value) +get_spinlock(volatile lispobj *word, unsigned long value) { #ifdef LISP_FEATURE_SB_THREAD u32 eax=0;