* fixed compilation of ppudump

git-svn-id: branches/wasm@48367 -
This commit is contained in:
nickysn 2021-01-24 01:53:48 +00:00
parent 5b2b1beec3
commit 811b27ade5

View File

@ -2996,7 +2996,8 @@ const
(mask:po_is_auto_setter; str: 'Automatically generated setter'),
(mask:po_noinline; str: 'Never inline'),
(mask:po_variadic; str: 'C VarArgs with array-of-const para'),
(mask:po_objc_related_result_type; str: 'Objective-C related result type')
(mask:po_objc_related_result_type; str: 'Objective-C related result type'),
(mask:po_discardresult; str: 'Discard result')
);
var
proctypeoption : tproctypeoption;