diff gen/irstate.cpp @ 161:3a891cfcd249 trunk

[svn r177] moved variable for interface info type from being local static to being within IRState
author ChristianK
date Sun, 04 May 2008 21:25:48 +0200
parents 86d3bb8ca33e
children 3aed08fb64f4
line wrap: on
line diff
--- a/gen/irstate.cpp	Sun May 04 04:35:27 2008 +0200
+++ b/gen/irstate.cpp	Sun May 04 21:25:48 2008 +0200
@@ -47,6 +47,7 @@
 //////////////////////////////////////////////////////////////////////////////////////////
 IRState::IRState()
 {
+    interfaceInfoType = NULL;
     dmodule = 0;
     module = 0;
     emitMain = false;