mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 13:21:35 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() implementation (without loc_©mmregister support) * moved ncgutil.gen_load_return_value() to hlcgobj, and factored out architecture-specific behaviour to load an uninitialised function result into a virtual method (+ JVM-specific implementation of that method), gen_load_uninitialized_function_result() + added hlcgx86 unit and thlcgx86 type to override the thlcgobj.gen_load_uninitialized_function_result() method for x87 function results; the i386 and x86_64 units now instantiate thlcgx86 instead of thlcg2ll * moved calling of ncgutil.gen_load_loc_cgpara() from ncgcal also to hlcgobj -> returning function results works for JVM git-svn-id: branches/jvmbackend@18317 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |