mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-11 01:13:14 +01:00
Fixed DSource #330 – Many-at-a-time nested context crash (D1).
This commit is contained in:
@@ -386,9 +386,7 @@ static void DtoCreateNestedContextType(FuncDeclaration* fd) {
|
||||
Logger::println("DtoCreateNestedContextType for %s", fd->toChars());
|
||||
LOG_SCOPE
|
||||
|
||||
#if DMDV2
|
||||
DtoDeclareFunction(fd);
|
||||
#endif
|
||||
|
||||
if (fd->ir.irFunc->nestedContextCreated)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user