* "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 -
This commit is contained in:
Jonas Maebe 2014-07-05 21:30:40 +00:00
parent 7949bebb8d
commit 8504ef3e87

View File

@ -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'];