Skip to content
Snippets Groups Projects
Commit 18f5d0ab authored by Jeff Latimer's avatar Jeff Latimer Committed by Alexandre Julliard
Browse files

winedbg: Copy floating point status to the dbgcontext.

parent 9bf00801
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment