Skip to content

Commit 15ffd39

Browse files
authored
Merge pull request #147 from cmsc430/assign6-revise
Clarify where the values packaging should go in main.c.
2 parents 419961d + 8ffdb0a commit 15ffd39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

www/project.scrbl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,9 @@ You'll want:
389389
Let's say you make these changes to the run-time system and
390390
@racket[unload/free] before you make any changes to the compiler and
391391
now you want to adapt the compiler to work with the new set up (before
392-
trying to do anything with @racket[values]). You can add the following
393-
at the end of @racket[entry], just before the @racket[(Ret)]:
392+
trying to do anything with @racket[values]). You can add the
393+
following just after the call to @racket[compile-e] for the main expression
394+
of the program and before restoring volatile registers and returning:
394395

395396
@#reader scribble/comment-reader
396397
(racketblock

0 commit comments

Comments
 (0)