Commit 6beb48c4 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

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

parent abe86a1e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment