* define cpu32bit for the JVM target (used by psystem to initialise 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)