diff --git a/compiler/node.lisp b/compiler/node.lisp
index 07d402bb75639fc5383f252b84feb09cc9502b8b..c2f9196c22bb21329c0d09d6c2e0b6c4d76ad243 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -410,7 +410,7 @@
 
 (defprinter cleanup
   kind
-  (start :prin1 (continuation-next start))
+  (start :prin1 (continuation-use start))
   (nlx-info :test nlx-info))