Commit a5c86d35 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msvcrt: Fix DISPATCHER_CONTEXT on ARM.

parent 43bdfce4
......@@ -53,7 +53,7 @@ typedef struct _DISPATCHER_CONTEXT
DWORD ImageBase;
PRUNTIME_FUNCTION FunctionEntry;
DWORD EstablisherFrame;
DWORD TargetIp;
DWORD TargetPc;
PCONTEXT ContextRecord;
PEXCEPTION_ROUTINE LanguageHandler;
PVOID HandlerData;
......@@ -61,7 +61,7 @@ typedef struct _DISPATCHER_CONTEXT
DWORD ScopeIndex;
BOOLEAN ControlPcIsUnwound;
PBYTE NonVolatileRegisters;
DWORD Reserved;
DWORD VirtualVfpHead;
} DISPATCHER_CONTEXT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment