Pārlūkot izejas kodu

Merge pull request #127 from destinyson7/patch-1

Fixed create_block with promises
Jeremy G. Siek 3 gadi atpakaļ
vecāks
revīzija
d184178373
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -9396,7 +9396,7 @@ return a \code{Goto} to the new label.
       [(Goto label) (Goto label)]
       [else
         (let ([label (gensym 'block)])
-          (set! basic-blocks (cons (cons label tail) basic-blocks))
+          (set! basic-blocks (cons (cons label t) basic-blocks))
           (Goto label))]))
 \end{lstlisting}
 \end{minipage}