Better initialization of ir2-component-constants on x86-64.
[sbcl.git] / src / runtime / gc-common.c
index b601c9e..227021b 100644 (file)
@@ -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