diff --git a/compiler/life.lisp b/compiler/life.lisp
index ae11b19de65973343458b770ea5ac8eaa6261918..78637dc85d528ea759b51c13189b63aa449450a5 100644
--- a/compiler/life.lisp
+++ b/compiler/life.lisp
@@ -642,7 +642,7 @@
 	      (setf (vop-save-set vop) ss)
 	      (when (eq save-p :force-to-stack)
 		(do-live-tns (tn ss block)
-		  (when (eq (tn-kind tn) :normal)
+		  (unless (eq (tn-kind tn) :component)
 		    (force-tn-to-stack tn)
 		    (convert-to-environment-tn tn)))))))