Remove "(ABI)" (unclear)

This commit is contained in:
Théophile Bastian 2019-10-15 12:23:38 +02:00
parent 7a443bba1b
commit bb80c3be9a
1 changed files with 1 additions and 1 deletions

View File

@ -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}.