Skip to content

Commit 1ce0860

Browse files
author
Temur Saidkhodjaev
committed
fixed typo in fraud.scrbl
1 parent 3a88d7e commit 1ce0860

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)