+ Small change in raise statement object is passed by reference

This commit is contained in:
michael 1998-07-30 14:52:04 +00:00
parent a1f903d4b1
commit dc7304e08e

View File

@ -100,7 +100,7 @@ begin
ExceptObjectStack^.Addr:=AnAddr;
end;
Function Raiseexcept (Obj : TObject; AnAddr : Pointer) : TObject;[Public, Alias : 'FPC_RAISEEXCEPTION'];
Function Raiseexcept (Var Obj : TObject; AnAddr : Pointer) : TObject;[Public, Alias : 'FPC_RAISEEXCEPTION'];
begin
{$ifdef excdebug}