瀏覽代碼

+ comments for tsk_wasm_suspending and tsk_wasm_promising

Nikolay Nikolov 2 年之前
父節點
當前提交
f6cd75add9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/symconst.pas

+ 2 - 2
compiler/symconst.pas

@@ -505,8 +505,8 @@ type
     tsk_block_invoke_procvar,  // Call a procvar to invoke inside a block
     tsk_interface_wrapper,     // Call through to a method from an interface wrapper
     tsk_call_no_parameters,    // Call skpara procedure without passing any parameters nor returning a result
-    tsk_wasm_suspending,
-    tsk_wasm_promising
+    tsk_wasm_suspending,       // WebAssembly suspending external wrapper
+    tsk_wasm_promising         // WebAssembly promising export wrapper
   );
 
   { synthetic procdef supplementary information (tprocdef.skpara) }