mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02:00
* "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:
parent
7949bebb8d
commit
8504ef3e87
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user