mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
48dc399dcb
commit
176017e7b7
|
@ -463,7 +463,7 @@ begin
|
|||
VEHandler:=AddVectoredExceptionHandler(1,@ProcessException);
|
||||
V2Handler:=AddVectoredExceptionHandler(0,@UnhandledException);
|
||||
eh.ptr:=@ExceptionDispatcher;
|
||||
RaiseException(FPC_SET_EH_HANDLER,0,2,@eh);
|
||||
//RaiseException(FPC_SET_EH_HANDLER,0,2,@eh);
|
||||
end;
|
||||
|
||||
procedure UninstallExceptionHandler;
|
||||
|
|
Loading…
Reference in New Issue