File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ register to the number of arguments before jumping to the function.
8282The function should check this number against the expected number and
8383signal an error when they don't match.
8484
85- Note that there 's now an easier way to signal an error in the
86- compiler; simply jump to @racket['raise_error_align]. There's no need
87- to do the @racket[(error-label c)] thing anymore. Jumping to
88- @racket['raise_error_align ] will dynamically align the stack before
85+ Note A4 previously had an outdated way to signal an error in the
86+ compiler that was not consistent with the lecture notes. A5 now matches
87+ the lecture notes way to signal an error of simply jumping to @racket[ 'raise_error_align ].
88+ Jumping to @racket['raise_error_align ] will dynamically align the stack before
8989calling the C code in the runtime system that prints an error and
9090exits.
9191
You can’t perform that action at this time.
0 commit comments