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 ...@@ -53,7 +53,7 @@ typedef struct _DISPATCHER_CONTEXT
DWORD ImageBase; DWORD ImageBase;
PRUNTIME_FUNCTION FunctionEntry; PRUNTIME_FUNCTION FunctionEntry;
DWORD EstablisherFrame; DWORD EstablisherFrame;
DWORD TargetIp; DWORD TargetPc;
PCONTEXT ContextRecord; PCONTEXT ContextRecord;
PEXCEPTION_ROUTINE LanguageHandler; PEXCEPTION_ROUTINE LanguageHandler;
PVOID HandlerData; PVOID HandlerData;
...@@ -61,7 +61,7 @@ typedef struct _DISPATCHER_CONTEXT ...@@ -61,7 +61,7 @@ typedef struct _DISPATCHER_CONTEXT
DWORD ScopeIndex; DWORD ScopeIndex;
BOOLEAN ControlPcIsUnwound; BOOLEAN ControlPcIsUnwound;
PBYTE NonVolatileRegisters; PBYTE NonVolatileRegisters;
DWORD Reserved; DWORD VirtualVfpHead;
} DISPATCHER_CONTEXT; } 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