mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 11:50:51 +02:00
* Forgot to increase size of array in r27146
git-svn-id: trunk@27174 -
This commit is contained in:
parent
517f802ccc
commit
b32579278b
@ -73,7 +73,7 @@ end;
|
||||
procedure fpc_RaiseException(Obj: TObject; AnAddr,AFrame: Pointer); [public,alias: 'FPC_RAISEEXCEPTION']; compilerproc;
|
||||
var
|
||||
ctx: TContext;
|
||||
args: array[0..3] of PtrUint;
|
||||
args: array[0..4] of PtrUint;
|
||||
begin
|
||||
ctx.Ebp:=Cardinal(AFrame);
|
||||
ctx.Eip:=Cardinal(AnAddr);
|
||||
|
Loading…
Reference in New Issue
Block a user