X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgencgc.c;h=d833733430e1cef4df371990d88e1be15e8dd5c9;hb=ea50d9ffd5315389ff378e4580724b0c2a939c85;hp=c856c86ede687e86aed4ff7c545f225ae8ec7632;hpb=570ec8cc07ca41a7ff4a8c35e0ec4b8f769e77b0;p=sbcl.git diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c index c856c86..d833733 100644 --- a/src/runtime/gencgc.c +++ b/src/runtime/gencgc.c @@ -3984,7 +3984,7 @@ scavenge_interrupt_contexts(void) #endif -#if defined(LISP_FEATURE_SB_THREAD) +#if defined(LISP_FEATURE_SB_THREAD) && (defined(LISP_FEATURE_X86) || defined(LISP_FEATURE_X86_64)) static void preserve_context_registers (os_context_t *c) {