Prechádzať zdrojové kódy

Merge branch 'master' of https://github.com/jsiek/Essentials-of-Compilation

Jeremy Siek 9 rokov pred
rodič
commit
9324de29b2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -4842,7 +4842,7 @@ kinds of AST nodes: \code{function-ref}, \code{indirect-callq}, and
 \code{leaq}. Inside \code{uncover-live}, when computing the $W$ set
 (written variables) for an \code{indirect-callq} instruction, I
 recommend including all the caller save registers, which will have the
-affect of making sure that no caller save register actually need to be
+affect of making sure that no caller save register actually needs to be
 saved. In \code{patch-instructions}, you should deal with the x86
 idiosyncrasy that the destination argument of \code{leaq} must be a
 register.