* Forgot to increase size of array in r27146

git-svn-id: trunk@27174 -
This commit is contained in:
sergei 2014-03-17 21:28:16 +00:00
parent 517f802ccc
commit b32579278b

View File

@ -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);