소스 검색

+ comment for the po_wasm_suspending value

Nikolay Nikolov 2 년 전
부모
커밋
aedacd9160
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/symconst.pas

+ 1 - 0
compiler/symconst.pas

@@ -453,6 +453,7 @@ type
       however be stored in WebAssembly globals, locals, used in function parameters
       and returns and it can be called.) }
     po_wasm_funcref,
+    { WebAssembly suspending external }
     po_wasm_suspending
   );
   tprocoptions=set of tprocoption;