diff gen/toobj.cpp @ 1241:fc579f389f9a

!ClassInfo instances were not mutable, this is necessary for .classinfo based locking to work. !ModuleInfo generation was commented out as well.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 17 Apr 2009 00:54:20 +0200
parents 79758fd2f48a
children 2a92c115461d
line wrap: on
line diff
--- a/gen/toobj.cpp	Fri Apr 17 00:36:21 2009 +0200
+++ b/gen/toobj.cpp	Fri Apr 17 00:54:20 2009 +0200
@@ -146,7 +146,7 @@
     sir->emitFunctionBodies();
 
     // generate ModuleInfo
-    //genmoduleinfo();
+    genmoduleinfo();
 
     // emit usedArray
     if (!ir.usedArray.empty())