Minor correction in comments.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-02-15 19:48:07 +01:00
parent ed0a29b5b9
commit 6d1fafc608

View file

@ -89,9 +89,8 @@
(incf *inline-blocks*)
(setq loc var)
(push (list (loc-type loc) loc) locs))
;; FIXME! Why is (make-temp-var) before rebinding of *temp*???
(let* ((temp (make-temp-var))
;; bindings like c1expr*
(let* ((temp (make-temp-var)) ;; output value
;; bindings like c2expr*
(*exit* (next-label))
(*unwind-exit* (cons *exit* *unwind-exit*))
(*lcl* *lcl*)