Alexandre Julliard : winedbg: Add a name for a couple of instructions in the disassembler.

Alexandre Julliard julliard at winehq.org
Thu Jul 1 11:19:29 CDT 2010


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 30 21:16:59 2010 +0200

winedbg: Add a name for a couple of instructions in the disassembler.

---

 programs/winedbg/db_disasm.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/winedbg/db_disasm.c b/programs/winedbg/db_disasm.c
index f5d6041..e2270fc 100644
--- a/programs/winedbg/db_disasm.c
+++ b/programs/winedbg/db_disasm.c
@@ -226,9 +226,9 @@ static const struct inst db_inst_0f0x[] = {
 /*02*/	{ "lar",   TRUE,  LONG,  op2(E,R),    0 },
 /*03*/	{ "lsl",   TRUE,  LONG,  op2(E,R),    0 },
 /*04*/	{ "",      FALSE, NONE,  0,	      0 },
-/*05*/	{ "",      FALSE, NONE,  0,	      0 },
+/*05*/	{ "syscall", FALSE, NONE,  0,	      0 },
 /*06*/	{ "clts",  FALSE, NONE,  0,	      0 },
-/*07*/	{ "",      FALSE, NONE,  0,	      0 },
+/*07*/	{ "sysret", FALSE, NONE,  0,	      0 },
 
 /*08*/	{ "invd",  FALSE, NONE,  0,	      0 },
 /*09*/	{ "wbinvd",FALSE, NONE,  0,	      0 },
@@ -992,7 +992,7 @@ static const struct inst db_inst_table[256] = {
 /*ef*/	{ "out",   FALSE, LONG,  op2(A, DX) , 0 },
 
 /*f0*/	{ "",      FALSE, NONE,  0,	     0 },
-/*f1*/	{ "",      FALSE, NONE,  0,	     0 },
+/*f1*/	{ "icebp", FALSE, NONE,  0,	     0 },
 /*f2*/	{ "",      FALSE, NONE,  0,	     0 },
 /*f3*/	{ "",      FALSE, NONE,  0,	     0 },
 /*f4*/	{ "hlt",   FALSE, NONE,  0,	     0 },




More information about the wine-cvs mailing list