From 8504ef3e87fc813e7752312be717d0693cf70878 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 5 Jul 2014 21:30:40 +0000 Subject: [PATCH] * "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 - --- rtl/java/jsystem.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/java/jsystem.inc b/rtl/java/jsystem.inc index 0d14794b52..8113a4f4ca 100644 --- a/rtl/java/jsystem.inc +++ b/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'];