Skip to content

Commit

Permalink
Merge pull request #147 from cmsc430/assign6-revise
Browse files Browse the repository at this point in the history
Clarify where the values packaging should go in main.c.
  • Loading branch information
dvanhorn authored Jul 6, 2023
2 parents 419961d + 8ffdb0a commit 15ffd39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/project.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,9 @@ You'll want:
Let's say you make these changes to the run-time system and
@racket[unload/free] before you make any changes to the compiler and
now you want to adapt the compiler to work with the new set up (before
trying to do anything with @racket[values]). You can add the following
at the end of @racket[entry], just before the @racket[(Ret)]:
trying to do anything with @racket[values]). You can add the
following just after the call to @racket[compile-e] for the main expression
of the program and before restoring volatile registers and returning:

@#reader scribble/comment-reader
(racketblock
Expand Down

0 comments on commit 15ffd39

Please sign in to comment.