Add missing MIPS groups

This commit is contained in:
Zach Riggle 2016-05-12 10:11:00 -07:00
parent 0dc5fea8a9
commit fcc30cfcd2
1 changed files with 2 additions and 0 deletions

View File

@ -905,6 +905,8 @@ static name_map group_name_maps[] = {
{ MIPS_GRP_CALL, "call" },
{ MIPS_GRP_RET, "ret" },
{ MIPS_GRP_INT, "int" },
{ MIPS_GRP_IRET, "iret" },
{ MIPS_GRP_PRIVILEGE, "privileged" },
// architecture-specific groups
{ MIPS_GRP_BITCOUNT, "bitcount" },