commit | 856aefa24093a4255a175ded514c561c59e70591 | [log] [tgz] |
---|---|---|
author | Peter Hunnisett <hunnise@nortelnetworks.com> | Sat Jul 08 12:45:44 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 08 12:45:44 2000 +0000 |
tree | be4758cc5f8014dd3afc1b2239b09e30a99694b5 | |
parent | 1fb3298e7bebf2b5c390b68a216051c2ee2c1b65 [diff] [blame] |
- Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to expose further bad code - Print of pointer used as array now works
diff --git a/debugger/expr.c b/debugger/expr.c index a083fb3..4cd109b 100644 --- a/debugger/expr.c +++ b/debugger/expr.c
@@ -302,6 +302,7 @@ struct datatype * type2; rtn.type = NULL; + rtn.cookie = DV_INVALID; rtn.addr.off = 0; rtn.addr.seg = 0;