mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 16:49:30 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() result location (NR_FUNCTION_RESULT_REG is not valid on all platforms) o this requires passing the forced function result type (if any) to this method o a generic, basic thlcg.a_call_name() is now available that sets the function result location; can be called by descendants * the availability under all circumstances of the correct function return type enables g_call_system_proc() on the JVM platform to now determine by itself how many stack slots are removed by the call -> do so, instead of manually counting them (or forgetting to do so and messing up the maximum evaluation stack height calculations) git-svn-id: trunk@21862 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |