gas/
[deliverable/binutils-gdb.git] / include / opcode / ppc.h
index c88485adb18f41aa6ed9f4902eaf6d4b84315de0..4e147eb89dab2fc19f8f808792c46f6e57a5b224 100644 (file)
@@ -168,7 +168,7 @@ extern const int powerpc_num_opcodes;
 #define PPC_OPCODE_VSX          0x80000000
 
 /* Opcode is supported by A2.  */
-#define PPC_OPCODE_PPCA2        0x100000000ULL
+#define PPC_OPCODE_A2          0x100000000ULL
 
 /* A macro to extract the major opcode from an instruction.  */
 #define PPC_OP(i) (((i) >> 26) & 0x3f)
This page took 0.023678 seconds and 4 git commands to generate.