Fixed create_block with promises
@@ -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}