|
@@ -1968,8 +1968,8 @@ by using the \code{print\_int} function provided in
|
|
|
\code{runtime.c}. If your compiler has been implemented correctly so
|
|
|
far, this final result should be stored in the \key{rax} register.
|
|
|
We'll talk more about how to perform function calls with arguments in
|
|
|
-general later on, but for now, make sure that your x86 printer
|
|
|
-includes the following code as part of the conclusion:
|
|
|
+general later on, but for now, place the following after the compiled
|
|
|
+code for the $R_1$ program but before the conclusion:
|
|
|
|
|
|
\begin{lstlisting}
|
|
|
movq %rax, %rdi
|