From 8ffdb0a9d910a34a835cbdf5b2861108c88746e4 Mon Sep 17 00:00:00 2001 From: David Van Horn Date: Thu, 6 Jul 2023 11:46:45 -0400 Subject: [PATCH] Clarify where the values packaging should go in main.c. --- www/project.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/project.scrbl b/www/project.scrbl index c9dcce50..5c5e9220 100644 --- a/www/project.scrbl +++ b/www/project.scrbl @@ -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