Browse Source

* noreturn directive

git-svn-id: trunk@30663 -
florian 10 years ago
parent
commit
2ecadc065e
1 changed files with 1 additions and 1 deletions
  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);