bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Auto vars in static initializers ruin RBP. #26

Closed bobjervis closed 8 years ago

bobjervis commented 8 years ago

For loops or other nested block scopes that define variables do not reserve space or assign offsets to them.

bobjervis commented 8 years ago

Confirmed that the compiler now generates correct code, so this issue is resolved.