mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:06:02 +02:00
* 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:
parent
69c29a415f
commit
9777699c70
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user