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

This commit is contained in:
Eric Pouech 2006-02-20 11:03:33 +01:00 committed by Alexandre Julliard
parent e4a154cfb9
commit 804cd257f6

View file

@ -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 */