Jeremy Siek 3 年 前
コミット
d7af5a3675
1 ファイル変更4 行追加2 行削除
  1. 4 2
      book.tex

+ 4 - 2
book.tex

@@ -24,7 +24,7 @@
 
 \def\racketEd{0}
 \def\pythonEd{1}
-\def\edition{1}
+\def\edition{0}
 
 % material that is specific to the Racket edition of the book
 \newcommand{\racket}[1]{{\if\edition\racketEd\color{olive}{#1}\fi}}
@@ -12480,7 +12480,9 @@ language, whose syntax is defined in Figure~\ref{fig:x86-3}.
 
 
 An assignment of a function reference to a variable becomes a
-load-effective-address instruction as follows: \\
+load-effective-address instruction as follows, where $\itm{lhs}'$
+is the translation of $\itm{lhs}$ from \Atm{} in \LangCFun{}
+to \Arg{} in \LangXIndCallVar{}. \\
 \begin{tabular}{lcl}
 \begin{minipage}{0.35\textwidth}
 \begin{lstlisting}