mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:29:28 +02:00
* Fix str inline for booleans for 64 bit CPUs
git-svn-id: trunk@20423 -
This commit is contained in:
parent
6adf381867
commit
2e0a5facd2
@ -314,10 +314,10 @@ implementation
|
||||
scurrency,
|
||||
s64bit:
|
||||
procname := procname + 'int64';
|
||||
{$endif}
|
||||
pasbool8,pasbool16,pasbool32,pasbool64,
|
||||
bool8bit,bool16bit,bool32bit,bool64bit:
|
||||
procname := procname + 'bool';
|
||||
{$endif}
|
||||
else
|
||||
procname := procname + 'sint';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user