Jeremy Siek 6 lat temu
rodzic
commit
6e104bdfa9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -4841,7 +4841,7 @@ the register allocator.
 \begin{lstlisting}
    (collect |$\itm{bytes}$|)
    |$\Longrightarrow$|
-   (movq (reg 15) (reg rdi))
+   (movq (reg r15) (reg rdi))
    (movq |\itm{bytes}| (reg rsi))
    (callq collect)
 \end{lstlisting}