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

* "public, alias" doesn't do anything (yet) for the jvm target, but the
original routine names are used as they appear in the Pascal code in the
Java byte code -> fixed external reference to fpc_do_exit after r26029

git-svn-id: branches/hlcgllvm@28170 -

Jonas Maebe 11 жил өмнө
parent
commit
8504ef3e87

+ 1 - 1
rtl/java/jsystem.inc

@@ -1082,7 +1082,7 @@ begin
   System_exit;
   System_exit;
 end;
 end;
 
 
-procedure internal_do_exit; external name 'FPC_DO_EXIT';
+procedure internal_do_exit; external name 'fpc_do_exit';
 
 
 
 
 Procedure lib_exit;[Public,Alias:'FPC_LIB_EXIT'];
 Procedure lib_exit;[Public,Alias:'FPC_LIB_EXIT'];