Remove "(ABI)" (unclear)
This commit is contained in:
parent
7a443bba1b
commit
bb80c3be9a
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ Segmentation fault.
|
||||||
|
|
||||||
\begin{frame}{How do we actually synthesize?}
|
\begin{frame}{How do we actually synthesize?}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Upon entering a function, we know (ABI)
|
\item Upon entering a function, we know
|
||||||
\[ \cfa = \reg{rsp} - 8
|
\[ \cfa = \reg{rsp} - 8
|
||||||
\qquad \ra = \cfa + 8 \]
|
\qquad \ra = \cfa + 8 \]
|
||||||
\item The semantics of each instruction specifies \alert{how it changes \cfa}.
|
\item The semantics of each instruction specifies \alert{how it changes \cfa}.
|
||||||
|
|
Loading…
Reference in a new issue