* sparc-opc.c (v9andleon): Fix thinko.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 5 Aug 2013 17:04:08 +0000 (17:04 +0000)
committerEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 5 Aug 2013 17:04:08 +0000 (17:04 +0000)
opcodes/sparc-opc.c

index 11f866d2fdac9258406e349a53868ad4589019ad..5102c1d36839b48b5294af5e7f0a18cbbea63f62 100644 (file)
 #define letandleon     (MASK_SPARCLET | MASK_LEON)
 #define sparclite      (MASK_SPARCLITE)
 #define v9             (MASK_V9 | MASK_V9A | MASK_V9B)
+/* v9 insns supported by leon.  */
+#define v9andleon      (MASK_V9 | MASK_V9A | MASK_V9B | MASK_LEON)
 #define v9a            (MASK_V9A | MASK_V9B)
 #define v9b            (MASK_V9B)
-/* v9 insns supported by leon.  */
-#define v9andleon      (MASK_V9 | MASK_LEON)
 /* v6 insns not supported by v9.  */
 #define v6notv9                (MASK_V6 | MASK_V7 | MASK_V8 | MASK_LEON \
                         | MASK_SPARCLET | MASK_SPARCLITE)
This page took 0.042599 seconds and 4 git commands to generate.