X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc-common.c;h=227021b58c3994b025d894fc747d7fb92bdd22e5;hb=c8617f57d0413beb2890e94dabe227cef9c5ddad;hp=b601c9e2b1c34bd5986ae803ec137bf24fdefba7;hpb=e63e3a55357c0de5220b62097b5ad17efaea6021;p=sbcl.git diff --git a/src/runtime/gc-common.c b/src/runtime/gc-common.c index b601c9e..227021b 100644 --- a/src/runtime/gc-common.c +++ b/src/runtime/gc-common.c @@ -322,7 +322,7 @@ trans_code(struct code *code) #endif -#if defined(LISP_FEATURE_X86) || defined(LISP_FEATURE_X86_64) +#ifdef LISP_FEATURE_X86 gencgc_apply_code_fixups(code, new_code); #endif