winedbg: rex is not used for Grp15b (Coverity).

This commit is contained in:
Marcus Meissner 2010-02-17 08:31:12 +01:00 committed by Alexandre Julliard
parent abe86a1ef9
commit 6beb48c4e1
1 changed files with 2 additions and 2 deletions

View File

@ -1406,8 +1406,8 @@ db_disasm(db_addr_t loc, boolean_t altfmt)
break;
}
}
if (ip->i_extra == db_Grp15 && f_mod(rex, regmodrm) == 3) {
i_name = db_Grp15b[f_reg(rex, regmodrm)];
if (ip->i_extra == db_Grp15 && f_mod(0, regmodrm) == 3) {
i_name = db_Grp15b[f_reg(0, regmodrm)];
i_size = NONE;
i_mode = 0;
}