Explorar o código

* noreturn directive

git-svn-id: trunk@30663 -
florian %!s(int64=10) %!d(string=hai) anos
pai
achega
2ecadc065e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/embedded/system.pp

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