1.0.0.18:
[sbcl.git] / src / runtime / gc-common.c
index 543c20f..f84d150 100644 (file)
@@ -367,6 +367,7 @@ scav_code_header(lispobj *where, lispobj object)
         scavenge(&function_ptr->name, 1);
         scavenge(&function_ptr->arglist, 1);
         scavenge(&function_ptr->type, 1);
+        scavenge(&function_ptr->xrefs, 1);
     }
 
     return n_words;