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)
|
static unsigned dbg_fetch_context(void)
|
||||||
{
|
{
|
||||||
dbg_context.ContextFlags = CONTEXT_CONTROL
|
dbg_context.ContextFlags = CONTEXT_CONTROL
|
||||||
| CONTEXT_INTEGER
|
| CONTEXT_INTEGER | CONTEXT_FLOATING_POINT
|
||||||
#ifdef CONTEXT_SEGMENTS
|
#ifdef CONTEXT_SEGMENTS
|
||||||
| CONTEXT_SEGMENTS
|
| CONTEXT_SEGMENTS
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue