Jeremy Siek 3 anni fa
parent
commit
2d05045504
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -13387,7 +13387,7 @@ $-8(j+k)$(\key{\%rbp}) &  & local variable $k$ \\
 & $-8n$(\key{\%rbp})  & callee-saved $n$ \\
 & $-8(n+1)$(\key{\%rbp})  & local variable $1$ \\
 &  \ldots          & \ldots \\
-& $-8(n+m)$(\key{\%rsp})   & local variable $m$\\ \hline
+& $-8(n+m)$(\key{\%rbp})   & local variable $m$\\ \hline
 \end{tabular}
 \caption{Memory layout of caller and callee frames.}
 \label{fig:call-frames}