소스 검색

* ppudump compilation fixed

Nikolay Nikolov 2 년 전
부모
커밋
b891cef5d2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/utils/ppuutils/ppudump.pp

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

@@ -3042,7 +3042,8 @@ const
      (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_anonymous;       str: 'Anonymous'),
-     (mask:po_wasm_funcref;    str: 'WebAssembly funcref')
+     (mask:po_wasm_funcref;    str: 'WebAssembly funcref'),
+     (mask:po_wasm_suspending; str: 'WebAssembly suspending')
   );
 var
   proctypeoption  : tproctypeoption;