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