Respect alignments of captured variables when building nested context LL struct

This commit is contained in:
Martin 2015-10-18 23:25:37 +02:00
parent 05c10d9107
commit 93158caca8
7 changed files with 40 additions and 25 deletions

View file

@ -423,6 +423,7 @@ IrFunction::IrFunction(FuncDeclaration* fd) {
nestedVar = NULL;
frameType = NULL;
frameTypeAlignment = 0;
depth = -1;
nestedContextCreated = false;