# HG changeset patch # User Tomas Lindquist Olsen # Date 1233776847 -3600 # Node ID 55559220ad726c4c6efa762b27e9407b3e4eaf2e # Parent 734e0998c7fdb85ec28492ed14d6a0ca4296ce9b Reverted back to the LLVM_InlineAsm_X86 versions, a few more things still needs to be sorted out first. diff -r 734e0998c7fd -r 55559220ad72 dmd/mars.c --- 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) {