瀏覽代碼

* fixed compilation of ppudump

Nikolay Nikolov 3 年之前
父節點
當前提交
bf41245549
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      compiler/utils/ppuutils/ppudump.pp

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

@@ -2204,7 +2204,7 @@ var
        end; *)
 
 const
-    targetswitchname : array[ttargetswitch] of string[30] =
+    targetswitchname : array[ttargetswitch] of string[37] =
        { global target-specific switches }
        ('Target None', {ts_none}
          { generate code that results in smaller TOCs than normal (AIX) }
@@ -2249,7 +2249,8 @@ const
         'No exception support', {ts_wasm_no_exceptions}
         'Branchful exceptions support', {ts_wasm_bf_exceptions}
         'JavaScript-based exception support', {ts_wasm_js_exceptions}
-        'Native WebAssembly exceptions support' {ts_wasm_native_exceptions}
+        'Native WebAssembly exceptions support', {ts_wasm_native_exceptions}
+        'WebAssembly threads support' {ts_wasm_threads}
        );
     moduleswitchname : array[tmoduleswitch] of string[40] =
        ('Module None', {cs_modulenone,}