瀏覽代碼

+ added the WASM_SYM_TLS symbol flag constant

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

+ 1 - 0
compiler/wasmbase.pas

@@ -105,6 +105,7 @@ const
   WASM_SYM_EXPORTED          = $20;
   WASM_SYM_EXPLICIT_NAME     = $40;
   WASM_SYM_NO_STRIP          = $80;
+  WASM_SYM_TLS               = $100;
 
 implementation