Fixed a crash when compiling test runnable/A16.

This commit is contained in:
Alexey Prokhin 2010-12-14 14:35:52 +03:00
parent 0b4b009a69
commit 3eb6b5e8c8
5 changed files with 134 additions and 96 deletions

View file

@ -144,6 +144,7 @@ IrFunction::IrFunction(FuncDeclaration* fd)
nestedVar = NULL;
frameType = NULL;
depth = -1;
nestedContextCreated = false;
_arguments = NULL;
_argptr = NULL;