winedbg: Copy floating point status to the dbgcontext.
This commit is contained in:
parent
9bf0080136
commit
18f5d0abdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue