1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

ntdll: Remove a misleading WARN.

This commit is contained in:
Alexandre Julliard 2024-03-08 17:13:18 +01:00
parent 8dc2cc24d7
commit fd5b56b96d

View file

@ -88,7 +88,6 @@ static NTSTATUS virtual_unwind( ULONG type, DISPATCHER_CONTEXT *dispatch, CONTEX
}
if (status != STATUS_UNSUCCESSFUL) return status;
}
else WARN( "exception data not found for pc %p\n", (void *)context->Rip );
return RtlVirtualUnwind2( type, dispatch->ImageBase, context->Rip, dispatch->FunctionEntry,
context, NULL, &dispatch->HandlerData, &dispatch->EstablisherFrame,