diff ir/irfunction.cpp @ 1209:8699c450a1a0

Implement -nested-ctx=hybrid
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 12 Apr 2009 20:23:00 +0200
parents dc608dc33081
children df2227fdc860
line wrap: on
line diff
--- a/ir/irfunction.cpp	Sun Apr 12 16:22:21 2009 +0200
+++ b/ir/irfunction.cpp	Sun Apr 12 20:23:00 2009 +0200
@@ -111,6 +111,7 @@
     nestArg = NULL;
 
     nestedVar = NULL;
+    framesType = NULL;
     
     _arguments = NULL;
     _argptr = NULL;