| commit | 7d8cfeb95c812b745a26d4d92b443563e51491af | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Sun Aug 01 14:58:01 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun Aug 01 14:58:01 1999 +0000 |
| tree | 1b0f45d69e18cd97a92559485689d180b019202d | |
| parent | bdf83bc546ef5ea8128a4126f5116c0e1df5aa50 [diff] [blame] |
Removed IP_reg, SP_reg and FL_reg definitions to avoid potential aliasing optimization problems.
diff --git a/debugger/stack.c b/debugger/stack.c index dd64c5c..03924b0 100644 --- a/debugger/stack.c +++ b/debugger/stack.c
@@ -211,7 +211,7 @@ is16 = FALSE; } else { frames[0].cs = addr.seg = cs; - frames[0].eip = addr.off = IP_reg(&DEBUG_context); + frames[0].eip = addr.off = LOWORD(EIP_reg(&DEBUG_context)); if (noisy) frames[0].frame = DEBUG_PrintAddress( &addr, 16, TRUE ); else