Move poorly-named NWORDS function near its call site
[sbcl.git] / src / runtime / hppa-arch.h
blob65d7295d1b47029ba3e10f1f86f9d6697e8ea601
1 #ifndef _HPPA_ARCH_H
2 #define _HPPA_ARCH_H
5 static inline void
6 get_spinlock(lispobj *word,long value)
8 *word=value; /* FIXME for threads */
11 static inline void
12 release_spinlock(lispobj *word)
14 *word=0;
17 #define ARCH_HAS_NPC_REGISTER
18 #define ALIEN_STACK_GROWS_UPWARD
20 #endif /* _HPPA_ARCH_H */