mips: delete the alias map SUBU to NEGU. bug reported by @joelpx

This commit is contained in:
Nguyen Anh Quynh 2015-06-22 11:21:14 +08:00
parent ca38dbee9f
commit a25e41b76c
1 changed files with 0 additions and 6 deletions

View File

@ -9218,12 +9218,6 @@ static insn_map alias_insns[] = {
(unsigned short)-2, MIPS_INS_NOP,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { 0 }, 0, 0
#endif
},
{
Mips_SUBu, MIPS_INS_NEGU,
#ifndef CAPSTONE_DIET
{ 0 }, { 0 }, { MIPS_GRP_STDENC, 0 }, 0, 0
#endif
},
};