mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 00:42:06 +02:00
* 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:
parent
afbbd22544
commit
807fcb3371
@ -823,7 +823,8 @@ implementation
|
||||
orddef:
|
||||
case torddef(hdef).ordtype of
|
||||
s8bit,
|
||||
u8bit:
|
||||
u8bit,
|
||||
pasbool8:
|
||||
typename:=typename+'i8';
|
||||
s16bit,
|
||||
u16bit:
|
||||
|
Loading…
Reference in New Issue
Block a user