JVM: fix system unit compilation error

Apply same change as to systemh.inc in bccc0b195e
This commit is contained in:
Jonas Maebe 2024-02-21 21:48:29 +01:00
parent 97495e93b8
commit 8baa4f41db

View File

@ -409,7 +409,7 @@ Type
PPChar = ^PChar;
PPPChar = ^PPChar;
UCS4Char = type 0..$10ffff;
UCS4Char = 0..$10ffff;
PUCS4Char = ^UCS4Char;
{$ifdef CPU16}
TUCS4CharArray = array[0..32767 div sizeof(UCS4Char)-1] of UCS4Char;