Open iambrj opened 3 years ago
At the beginning of section 5.7 it is mentioned that compiling void must be discussed. However the section never discusses it. The generated code for the running example, however, has movq $0s for the void assignments.
movq $0
At the beginning of section 5.7 it is mentioned that compiling void must be discussed. However the section never discusses it. The generated code for the running example, however, has
movq $0
s for the void assignments.