mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +02:00
* all systems use an explicit record to pass data to nested routines when
targeting llvm git-svn-id: branches/hlcgllvm@27138 -
This commit is contained in:
parent
46e7caef7d
commit
03e28d19d9
@ -336,8 +336,12 @@ interface
|
||||
variables, but emulate it by wrapping nested variables in records
|
||||
whose address is passed around }
|
||||
systems_fpnestedstruct = [
|
||||
{$ifndef llvm}
|
||||
system_jvm_java32,
|
||||
system_jvm_android32
|
||||
{$else not llvm}
|
||||
low(tsystem)..high(tsystem)
|
||||
{$endif not llvm}
|
||||
];
|
||||
|
||||
cpu2str : array[TSystemCpu] of string[10] =
|
||||
|
Loading…
Reference in New Issue
Block a user