diff gen/tollvm.cpp @ 538:8a73062f934e

Automated merge with http://hg.dsource.org/projects/llvmdc
author Christian Kamm <kamm incasoftware de>
date Sun, 24 Aug 2008 17:02:03 +0200
parents 7e2867ed70d9
children fbb1a366cfbc
line wrap: on
line diff
--- a/gen/tollvm.cpp	Sun Aug 24 16:51:17 2008 +0200
+++ b/gen/tollvm.cpp	Sun Aug 24 17:02:03 2008 +0200
@@ -705,7 +705,7 @@
         return gIR->mutexType;
 
     // win32
-    if (global.params.isWindows)
+    if (global.params.os == OSWindows)
     {
         // CRITICAL_SECTION.sizeof == 68
         std::vector<const LLType*> types(17, LLType::Int32Ty);