winedbg: Copy floating point status to the dbgcontext.

This commit is contained in:
Jeff Latimer 2006-03-19 12:53:01 +11:00 committed by Alexandre Julliard
parent 9bf0080136
commit 18f5d0abdc
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ BOOL dbg_attach_debuggee(DWORD pid, BOOL cofe, BOOL wfe)
static unsigned dbg_fetch_context(void)
{
dbg_context.ContextFlags = CONTEXT_CONTROL
| CONTEXT_INTEGER
| CONTEXT_INTEGER | CONTEXT_FLOATING_POINT
#ifdef CONTEXT_SEGMENTS
| CONTEXT_SEGMENTS
#endif