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

Alexandre Julliard julliard at winehq.org
Wed Feb 17 10:12:03 CST 2010


Module: wine
Branch: master
Commit: 6beb48c4e1ab2a2540d862ef633e74daff6f0211
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6beb48c4e1ab2a2540d862ef633e74daff6f0211

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Wed Feb 17 08:31:12 2010 +0100

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

---

 programs/winedbg/db_disasm64.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/winedbg/db_disasm64.c b/programs/winedbg/db_disasm64.c
index 7cb3475..4d4e2eb 100644
--- a/programs/winedbg/db_disasm64.c
+++ b/programs/winedbg/db_disasm64.c
@@ -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;
 	}




More information about the wine-cvs mailing list