0.6.12.46:
[sbcl.git] / src / code / byte-interp.lisp
index cda6006..2141447 100644 (file)
                      (funcall function ,@(args))))))
       (frob))))
 
+;;; Note: negative RET-PC is a convention for "we need multiple return
+;;; values".
 (defun do-call (old-component call-pc ret-pc old-fp num-args named)
   (declare (type code-component old-component)
           (type pc call-pc)