|
@@ -182,7 +182,8 @@ uses
|
|
-- fake for JVM, only influences default width of
|
|
-- fake for JVM, only influences default width of
|
|
arithmetic calculations }
|
|
arithmetic calculations }
|
|
OS_ADDR = OS_64;
|
|
OS_ADDR = OS_64;
|
|
- {# the natural int size for a processor, }
|
|
|
|
|
|
+ {# the natural int size for a processor,
|
|
|
|
+ has to match osuinttype/ossinttype as initialized in psystem }
|
|
OS_INT = OS_64;
|
|
OS_INT = OS_64;
|
|
OS_SINT = OS_S64;
|
|
OS_SINT = OS_S64;
|
|
{$else}
|
|
{$else}
|
|
@@ -190,7 +191,8 @@ uses
|
|
-- fake for JVM, only influences default width of
|
|
-- fake for JVM, only influences default width of
|
|
arithmetic calculations }
|
|
arithmetic calculations }
|
|
OS_ADDR = OS_32;
|
|
OS_ADDR = OS_32;
|
|
- {# the natural int size for a processor, }
|
|
|
|
|
|
+ {# the natural int size for a processor,
|
|
|
|
+ has to match osuinttype/ossinttype as initialized in psystem }
|
|
OS_INT = OS_32;
|
|
OS_INT = OS_32;
|
|
OS_SINT = OS_S32;
|
|
OS_SINT = OS_S32;
|
|
{$endif}
|
|
{$endif}
|