Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mono / mini / local-propagation.c
index a9cc4b234fb0c209e5e8e5efc50513cd5caae487..a10c16f474b0604d16bb8c9fa03fcae0aba83e74 100644 (file)
@@ -1435,7 +1435,7 @@ restart:
                                        }
                                        else {
                                                /* Special cases */
-#if defined(__i386__) || defined(__x86__64__)
+#if defined(__i386__) || defined(__x86_64__)
                                                if ((ins->opcode == OP_X86_LEA) && (srcindex == 1)) {
 #if SIZEOF_VOID_P == 8
                                                        /* FIXME: Use OP_PADD_IMM when the new JIT is done */