浏览代码

* fixed compilation of ppudump

git-svn-id: branches/wasm@48367 -
nickysn 4 年之前
父节点
当前提交
811b27ade5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/utils/ppuutils/ppudump.pp

+ 2 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -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;