mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 01:20:51 +03:00
Respect alignments of captured variables when building nested context LL struct
This commit is contained in:
parent
05c10d9107
commit
93158caca8
7 changed files with 40 additions and 25 deletions
|
@ -423,6 +423,7 @@ IrFunction::IrFunction(FuncDeclaration* fd) {
|
|||
|
||||
nestedVar = NULL;
|
||||
frameType = NULL;
|
||||
frameTypeAlignment = 0;
|
||||
depth = -1;
|
||||
nestedContextCreated = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue