mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
+ Small change in raise statement object is passed by reference
This commit is contained in:
parent
a1f903d4b1
commit
dc7304e08e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user