Fixed getting a variable address.

This commit is contained in:
Eric Pouech 2001-04-23 18:10:52 +00:00 committed by Alexandre Julliard
parent d6dcec833e
commit 0db12f278c
1 changed files with 0 additions and 1 deletions

View File

@ -636,7 +636,6 @@ DBG_VALUE DEBUG_EvalExpr(struct expr * exp)
break;
case EXP_OP_ADDR:
/* FIXME: even for a 16 bit entity ? */
rtn.cookie = DV_TARGET;
rtn.type = DEBUG_FindOrMakePointerType(exp1.type);
exp->un.unop.result = exp1.addr.off;
break;