diff --git a/dlls/kernel/instr.c b/dlls/kernel/instr.c index 8c748b09eec..70c1b4c5108 100644 --- a/dlls/kernel/instr.c +++ b/dlls/kernel/instr.c @@ -888,7 +888,7 @@ DWORD INSTR_EmulateInstruction( EXCEPTION_RECORD *rec, CONTEXT86 *context ) LONG CALLBACK INSTR_vectored_handler( EXCEPTION_POINTERS *ptrs ) { EXCEPTION_RECORD *record = ptrs->ExceptionRecord; - CONTEXT *context = ptrs->ContextRecord; + CONTEXT86 *context = ptrs->ContextRecord; if (wine_ldt_is_system(context->SegCs) && (record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION ||