From 5df110185aac8105b0aa21dbeea3316c55476328 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 26 Oct 2000 19:30:11 +0000 Subject: [PATCH] Fixed typo due to merge error. --- dlls/ntdll/signal_i386.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ntdll/signal_i386.c b/dlls/ntdll/signal_i386.c index a39f5ad33f0..8065858b61d 100644 --- a/dlls/ntdll/signal_i386.c +++ b/dlls/ntdll/signal_i386.c @@ -636,7 +636,6 @@ static void do_segv( CONTEXT *context, int trap_code, void *cr2, int err_code ) #ifdef CR2_sig rec.NumberParameters = 2; rec.ExceptionInformation[0] = (err_code & 2) != 0; - rec.ExceptionInformation[0] = 0; rec.ExceptionInformation[1] = (DWORD)cr2; #endif /* CR2_sig */ rec.ExceptionCode = page_fault_code;