Skip to content

Commit 125444c

Browse files
committed
Merge branch 'main' of github.com:cmsc430/www into main
2 parents 5b06230 + 1ce0860 commit 125444c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/fraud.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Here are the relevant parts of the compiler:
578578
(seq (compile-e e1 c)
579579
(Push rax)
580580
(compile-e e2 (cons x c))
581-
(Add rax 8)))
581+
(Add rsp 8)))
582582

583583
;; Id CEnv -> Integer
584584
(define (lookup x cenv)

0 commit comments

Comments
 (0)