mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 03:46:02 +03:00
Fixed a crash when compiling test runnable/A16.
This commit is contained in:
parent
0b4b009a69
commit
3eb6b5e8c8
5 changed files with 134 additions and 96 deletions
|
@ -958,7 +958,6 @@ DValue* DtoDeclarationExp(Dsymbol* declaration)
|
|||
#endif
|
||||
Logger::println("has nestedref set");
|
||||
assert(vd->ir.irLocal);
|
||||
|
||||
DtoNestedInit(vd);
|
||||
}
|
||||
// normal stack variable, allocate storage on the stack if it has not already been done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue