X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fhppa-arch.h;h=58cecc23edbed2b1d42fb52c82e5c972203edd06;hb=077b294463eb6819c0eba67bb8ce71ec66d61ba8;hp=42b8a1cd46941890f346a642da4c30d42de3bfe3;hpb=2378b4fe567a8fea78b1e4915b9497d8c18ca92f;p=sbcl.git diff --git a/src/runtime/hppa-arch.h b/src/runtime/hppa-arch.h index 42b8a1c..58cecc2 100644 --- a/src/runtime/hppa-arch.h +++ b/src/runtime/hppa-arch.h @@ -2,10 +2,10 @@ #define _HPPA_ARCH_H -static inline void -get_spinlock(lispobj *word,int value) +static inline void +get_spinlock(lispobj *word,long value) { - *word=value; /* FIXME for threads */ + *word=value; /* FIXME for threads */ } static inline void