2
0
Эх сурвалжийг харах

* noreturn directive

git-svn-id: trunk@30663 -
florian 10 жил өмнө
parent
commit
2ecadc065e

+ 1 - 1
rtl/embedded/system.pp

@@ -137,7 +137,7 @@ const calculated_cmdline:Pchar=nil;
 
 procedure haltproc(e:longint);cdecl;external name '_haltproc';
 
-procedure System_exit;
+procedure System_exit;noreturn;
 begin
 {$ifdef FPC_HAS_FEATURE_EXITCODE}
   haltproc(ExitCode);