X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc-common.c;h=40d55471a171c3c3be261715f2732088b0bb155d;hb=223a19cb93b3ace1b039f3afb3152723027a1fe9;hp=37555f964ce4b15070540adcf27390eacfc21807;hpb=1bd9aea53b7b0a523c98a223074219a8f495436e;p=sbcl.git diff --git a/src/runtime/gc-common.c b/src/runtime/gc-common.c index 37555f9..40d5547 100644 --- a/src/runtime/gc-common.c +++ b/src/runtime/gc-common.c @@ -157,9 +157,9 @@ scavenge(lispobj *start, long n_words) } } #if !defined(LISP_FEATURE_X86) && !defined(LISP_FEATURE_X86_64) - /* This workaround is probably not needed for those ports - which don't have a partitioned register set (and therefore - scan the stack conservatively for roots). */ + /* This workaround is probably not needed for those ports + which don't have a partitioned register set (and therefore + scan the stack conservatively for roots). */ else if (n_words == 1) { /* there are some situations where an other-immediate may end up in a descriptor register. I'm not sure whether