diff ir/irfunction.cpp @ 207:e0b6040585b4 trunk

[svn r223] Fixed: assert with message could be broken. Fixed: array length exp could fail on slice.
author lindquist
date Tue, 13 May 2008 21:40:39 +0200
parents 9d44ec83acd1
children d59c363fccad
line wrap: on
line diff
--- a/ir/irfunction.cpp	Tue May 13 18:07:03 2008 +0200
+++ b/ir/irfunction.cpp	Tue May 13 21:40:39 2008 +0200
@@ -26,6 +26,7 @@
     dwarfSubProg = NULL;
 
     srcfileArg = NULL;
+    msgArg = NULL;
     inVolatile = false;
 }