Commit 0db12f27 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed getting a variable address.

parent d6dcec83
...@@ -636,7 +636,6 @@ DBG_VALUE DEBUG_EvalExpr(struct expr * exp) ...@@ -636,7 +636,6 @@ DBG_VALUE DEBUG_EvalExpr(struct expr * exp)
break; break;
case EXP_OP_ADDR: case EXP_OP_ADDR:
/* FIXME: even for a 16 bit entity ? */ /* FIXME: even for a 16 bit entity ? */
rtn.cookie = DV_TARGET;
rtn.type = DEBUG_FindOrMakePointerType(exp1.type); rtn.type = DEBUG_FindOrMakePointerType(exp1.type);
exp->un.unop.result = exp1.addr.off; exp->un.unop.result = exp1.addr.off;
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment