Andrew Tolmach 4 年之前
父節點
當前提交
b81e980c86
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      book.tex

+ 1 - 0
book.tex

@@ -6302,6 +6302,7 @@ For example, we want to generate the following code for the inner
 \end{lstlisting}
 \end{minipage}
 \end{center}
+\ocaml{That first conditional jump instruction should actually be \code{jl then\_branch\_1}.}
 One way to achieve this is to reorganize the code at the level of
 \LangIf{}, pushing the outer \key{if} inside the inner one, yielding
 the following code.