Revert "Merge branch 'master' of https://github.com/mono/mono"
[mono.git] / mono / mini / genmdesc.pl
index b3a4cc8b78b06658dd2f1bf7734dd35beb801c54..8c13a6171dd947081cc78d7eb28b58ab8a8618b3 100644 (file)
@@ -20,7 +20,7 @@ sub INST_MAX   () {return 6;}
 
 # this must include all the #defines used in mini-ops.h
 my @defines = qw (__i386__ __x86_64__ __ppc__ __powerpc__ __ppc64__ __arm__ 
-       __sparc__ sparc __s390__ s390 __ia64__ __alpha__ __mips__ __aarch64__);
+       __sparc__ sparc __s390__ s390 __ia64__ __alpha__ __mips__);
 my %table =();
 my %template_table =();
 my @opcodes = ();
@@ -85,9 +85,6 @@ sub load_opcodes
        if ($arch =~ "__arm__") {
                $arch_define = "TARGET_ARM";
        }
-       if ($arch =~ "__aarch64__") {
-               $arch_define = "TARGET_ARM64";
-       }
 
        parse_file ($arch_define, "$srcdir/mini-ops.h");
        return;