mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +02:00
* partial fix for Mantis #37253: po_hascallingconvention needs to be set as well when setting tprocdef.proccalloption
git-svn-id: trunk@45692 -
This commit is contained in:
parent
d22e24937a
commit
56fdba2c9b
@ -2374,6 +2374,7 @@ begin
|
||||
pd.proccalloption:=pocall_cdecl
|
||||
else
|
||||
pd.proccalloption:=pocall_stdcall;
|
||||
include(pd.procoptions,po_hascallingconvention);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user