* support pasbool8 as type for a record field when a record is passed/

returned in multiple registers (llvm)

git-svn-id: trunk@38862 -
This commit is contained in:
Jonas Maebe 2018-04-28 16:17:37 +00:00
parent afbbd22544
commit 807fcb3371

View File

@ -823,7 +823,8 @@ implementation
orddef:
case torddef(hdef).ordtype of
s8bit,
u8bit:
u8bit,
pasbool8:
typename:=typename+'i8';
s16bit,
u16bit: