Jeremy Siek hace 3 años
padre
commit
2d05045504
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}