X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdynbind.c;h=7b410c35d6110be36223cab554112a3b0ecb8d80;hb=8bc4923b67afbaed8914200cbabc948d9b5eaece;hp=5f26c2a72e7b888be6ec52efcfe55320d7ddaa81;hpb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;p=sbcl.git diff --git a/src/runtime/dynbind.c b/src/runtime/dynbind.c index 5f26c2a..7b410c3 100644 --- a/src/runtime/dynbind.c +++ b/src/runtime/dynbind.c @@ -22,7 +22,7 @@ #include "genesis/binding.h" #include "genesis/thread.h" -#if defined(__i386__) +#if defined(LISP_FEATURE_X86) #define GetBSP() ((struct binding *)SymbolValue(BINDING_STACK_POINTER,thread)) #define SetBSP(value) SetSymbolValue(BINDING_STACK_POINTER, (lispobj)(value),thread) #else