|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
\def\racketEd{0}
|
|
\def\racketEd{0}
|
|
\def\pythonEd{1}
|
|
\def\pythonEd{1}
|
|
-\def\edition{1}
|
|
|
|
|
|
+\def\edition{0}
|
|
|
|
|
|
% material that is specific to the Racket edition of the book
|
|
% material that is specific to the Racket edition of the book
|
|
\newcommand{\racket}[1]{{\if\edition\racketEd\color{olive}{#1}\fi}}
|
|
\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
|
|
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{tabular}{lcl}
|
|
\begin{minipage}{0.35\textwidth}
|
|
\begin{minipage}{0.35\textwidth}
|
|
\begin{lstlisting}
|
|
\begin{lstlisting}
|