IUCompilerCourse / Essentials-of-Compilation

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

Larray matrix multiplication example has an undefined variable #167

Closed joshuacrotts closed 9 months ago

joshuacrotts commented 10 months ago

On page 120, Figure 6.22 has an undefined variable n in the source code. I suppose a simple fix would be to just define n as a variable to the value 2 (or (vector-length A)).

jsiek commented 9 months ago

Thanks! Fixed.