mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 07:34:28 +02:00
* Node dumps now output the convention if it's not pocall_default
This commit is contained in:
parent
776216d032
commit
5c090fce2c
@ -1546,7 +1546,7 @@ implementation
|
||||
end;
|
||||
|
||||
Write(T, ' name="', SanitiseXMLString(procdef.customprocname([pno_showhidden, pno_noclassmarker])), '"');
|
||||
if po_hascallingconvention in procdef.procoptions then
|
||||
if (po_hascallingconvention in procdef.procoptions) or (procdef.proccalloption <> pocall_default) then
|
||||
Write(T, ' convention="', proccalloptionStr[procdef.proccalloption], '"');
|
||||
WriteLn(T, '>');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user