Forráskód Böngészése

* "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 éve
szülő
commit
8504ef3e87
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      rtl/java/jsystem.inc

+ 1 - 1
rtl/java/jsystem.inc

@@ -1082,7 +1082,7 @@ begin
   System_exit;
 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'];