Skip to content

Commit 7206114

Browse files
committed
@tt reuires curly braces.
1 parent 5de5b06 commit 7206114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/hustle.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ consult the System V Calling Convention, which tells us that @racket['rbx] is a
438438
responsible for ensuring that the value in the register is saved and restored.
439439
In other words: we, the caller, don't have to worry about it! Because of this
440440
we're going to use @racket['rbx] to store our heap pointer. You can see
441-
that we do this in the compiler with @tt[(Mov 'rbx 'rdi)] as part
441+
that we do this in the compiler with @tt{(Mov 'rbx 'rdi)} as part
442442
of our entry code.
443443

444444
The second complication comes from printing. Now that values include

0 commit comments

Comments
 (0)