[svn r223] Fixed: assert with message could be broken.

Fixed: array length exp could fail on slice.
This commit is contained in:
Tomas Lindquist Olsen
2008-05-13 21:40:39 +02:00
parent 39ed86269e
commit 1eb35898c6
4 changed files with 25 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ IrFunction::IrFunction(FuncDeclaration* fd)
dwarfSubProg = NULL;
srcfileArg = NULL;
msgArg = NULL;
inVolatile = false;
}