Implement -nested-ctx=hybrid

This commit is contained in:
Frits van Bommel 2009-04-12 20:23:00 +02:00
parent 8820024070
commit 751f528969
5 changed files with 194 additions and 25 deletions

View file

@ -111,6 +111,7 @@ IrFunction::IrFunction(FuncDeclaration* fd)
nestArg = NULL;
nestedVar = NULL;
framesType = NULL;
_arguments = NULL;
_argptr = NULL;