Skip to content

Commit ae80211

Browse files
committed
removed duplicate enums
1 parent f2950ea commit ae80211

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/powerpc/disassembler.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ enum ppc_status_t {
3636
typedef enum ppc_insn_bn {
3737
PPC_INS_BN_FCMPO = PPC_INS_ENDING+1,
3838
PPC_INS_BN_XXPERMR,
39-
PPC_INS_BN_PSQ_LX,
40-
PPC_INS_BN_PSQ_STX,
41-
PPC_INS_BN_PSQ_LUX,
42-
PPC_INS_BN_PSQ_STUX,
43-
PPC_INS_BN_PS_MULS0,
44-
PPC_INS_BN_PS_MULS0D,
45-
PPC_INS_BN_PS_MULS1,
46-
PPC_INS_BN_PS_MULS1D,
4739
PPC_INS_BN_ENDING
4840
} ppc_insn_bn;
4941

0 commit comments

Comments
 (0)