Skip to content

Commit

Permalink
mips: delete the alias map SUBU to NEGU. bug reported by @joelpx
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 22, 2015
1 parent c31f698 commit ffb878a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/Mips/MipsMapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
};
Expand Down

0 comments on commit ffb878a

Please sign in to comment.