changeset 942:55559220ad72

Reverted back to the LLVM_InlineAsm_X86 versions, a few more things still needs to be sorted out first.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 04 Feb 2009 20:47:27 +0100
parents 734e0998c7fd
children 95d09451cb59
files dmd/mars.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/mars.c	Wed Feb 04 18:51:11 2009 +0100
+++ b/dmd/mars.c	Wed Feb 04 20:47:27 2009 +0100
@@ -851,7 +851,7 @@
         global.params.is64bit = false;
         global.params.cpu = ARCHx86;
         if (global.params.useInlineAsm) {
-            VersionCondition::addPredefinedGlobalIdent("D_InlineAsm_X86");
+            VersionCondition::addPredefinedGlobalIdent("LLVM_InlineAsm_X86");
         }
     }
     else if (strcmp(global.params.llvmArch,"x86-64")==0) {