* fixed compilation for targets with internal stack checking after r23325

* added (commented out) fpc_stackcheck() compilerproc to java version of
    compproc.inc

git-svn-id: trunk@23326 -
This commit is contained in:
Jonas Maebe 2013-01-06 15:51:46 +00:00
parent 69c29a415f
commit 9777699c70
2 changed files with 5 additions and 0 deletions

View File

@ -606,7 +606,9 @@ procedure fpc_rangeerror; compilerproc;
procedure fpc_divbyzero; compilerproc;
procedure fpc_overflow; compilerproc;
procedure fpc_iocheck; compilerproc;
{$ifndef FPC_NO_GENERIC_STACK_CHECK}
procedure fpc_stackcheck(stack_size:SizeUInt); compilerproc;
{$endif}
procedure fpc_InitializeUnits; compilerproc;
// not generated by compiler, called directly in system unit

View File

@ -627,6 +627,9 @@ procedure fpc_divbyzero; compilerproc;
procedure fpc_overflow; compilerproc;
(*
procedure fpc_iocheck; compilerproc;
{$ifndef FPC_NO_GENERIC_STACK_CHECK}
procedure fpc_stackcheck(stack_size:SizeUInt); compilerproc;
{$endif}
procedure fpc_InitializeUnits; compilerproc;
// not generated by compiler, called directly in system unit