mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:09:30 +02:00
* fix compilation after r45461
git-svn-id: trunk@45464 -
This commit is contained in:
parent
90c1bf2e12
commit
d05997db74
@ -416,7 +416,14 @@ const
|
||||
'StdCall',
|
||||
'OldFPCCall',
|
||||
'SafeCall',
|
||||
'SysCall'
|
||||
'SysCall',
|
||||
'MWPascal',
|
||||
'HardFloat',
|
||||
'SysV_ABI_Default',
|
||||
'SysV_ABI_CDecl',
|
||||
'MS_ABI_Default',
|
||||
'ccMS_ABI_CDecl',
|
||||
'VectorCall'
|
||||
);
|
||||
|
||||
PCUProcTypeModifierNames: array[TProcTypeModifier] of string = (
|
||||
|
Loading…
Reference in New Issue
Block a user