mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 06:32:54 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() default integer types) * define CPUDEFINED in pp.pas if JVM is defined * initialise the fpu types and currency in psystem for the JVM target * set uinttype/sinttype to 32 bit types also for all cpu32bitaddr cpus by default (required for JVM, which has a 64 bit alu but 32 bit "addresses" -- an address takes up 1 stack slot, a 64 bit int two; also, array indices are limited to 32 bit) git-svn-id: branches/jvmbackend@18296 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |