IUCompilerCourse / Essentials-of-Compilation

A book about compiling Racket and Python to x86-64 assembly
1.27k stars 137 forks source link

Typo in Figure 3.2 #161

Closed joshuacrotts closed 1 year ago

joshuacrotts commented 1 year ago

The code creates a jmp instruction to the _conclusion label, but the generated label is conclusion (without the underscore).

jsiek commented 1 year ago

Thanks, fixed!