Eric Pouech : winedbg: Fixed regression: stack info was no longer working.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 20 05:40:13 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 804cd257f6d46aed50a4a8cb3716f8e1dde72d5c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=804cd257f6d46aed50a4a8cb3716f8e1dde72d5c

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Mon Feb 20 11:03:33 2006 +0100

winedbg: Fixed regression: stack info was no longer working.

---

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

diff --git a/programs/winedbg/stack.c b/programs/winedbg/stack.c
index 91796c8..675427b 100644
--- a/programs/winedbg/stack.c
+++ b/programs/winedbg/stack.c
@@ -43,7 +43,7 @@ void stack_info(void)
     struct dbg_lvalue lvalue;
 
     lvalue.cookie = 0;
-    lvalue.type.id = dbg_itype_none;
+    lvalue.type.id = dbg_itype_segptr;
     lvalue.type.module = 0;
 
     /* FIXME: we assume stack grows the same way as on i386 */




More information about the wine-cvs mailing list