mips: delete the alias map SUBU to NEGU. bug reported by @joelpx
This commit is contained in:
parent
ca38dbee9f
commit
a25e41b76c
|
@ -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
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue