mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fixed a crash when compiling test runnable/A16.
This commit is contained in:
@@ -144,6 +144,7 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
||||
nestedVar = NULL;
|
||||
frameType = NULL;
|
||||
depth = -1;
|
||||
nestedContextCreated = false;
|
||||
|
||||
_arguments = NULL;
|
||||
_argptr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user