mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 09:23:48 +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;
|
procedure fpc_RaiseException(Obj: TObject; AnAddr,AFrame: Pointer); [public,alias: 'FPC_RAISEEXCEPTION']; compilerproc;
|
||||||
var
|
var
|
||||||
ctx: TContext;
|
ctx: TContext;
|
||||||
args: array[0..3] of PtrUint;
|
args: array[0..4] of PtrUint;
|
||||||
begin
|
begin
|
||||||
ctx.Ebp:=Cardinal(AFrame);
|
ctx.Ebp:=Cardinal(AFrame);
|
||||||
ctx.Eip:=Cardinal(AnAddr);
|
ctx.Eip:=Cardinal(AnAddr);
|
||||||
|
Loading…
Reference in New Issue
Block a user