Clarify comments in GENERATE-CODE for NODE-BRANCH
This commit is contained in:
parent
39cf0b54cb
commit
4918124361
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@
|
||||||
(let ((else-label (genlabel "ELSE")))
|
(let ((else-label (genlabel "ELSE")))
|
||||||
(format-inst t "LDA RESULT")
|
(format-inst t "LDA RESULT")
|
||||||
(format-inst t "BNE ~A" else-label)
|
(format-inst t "BNE ~A" else-label)
|
||||||
;; THEN branch
|
;; The THEN branch
|
||||||
(generate-code (branch-next node))
|
(generate-code (branch-next node))
|
||||||
|
;; The ELSE branch
|
||||||
(format t "~%~A:~%" else-label)))
|
(format t "~%~A:~%" else-label)))
|
||||||
|
|
||||||
(defclass node-dotimes (node)
|
(defclass node-dotimes (node)
|
||||||
|
|
Loading…
Add table
Reference in a new issue