Fix compilation for 16 bit targets (#5286)

This commit is contained in:
Jeff Ciesielski
2017-01-26 01:05:03 -05:00
committed by Andreas Rumpf
parent 536015ee7b
commit 7f30d04d6a
5 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ type
rawTypePtr: pointer
ppointer = ptr pointer
pbyteArray = ptr array[0.. 0xffff, int8]
pbyteArray = ptr array[0xffff, int8]
TGenericSeq {.importc.} = object
len, space: int