瀏覽代碼

* fixed ppudump for WebAssembly after the JS Promise Integration branch merge

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

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

@@ -4088,6 +4088,8 @@ begin
                      WriteWarning('Invalid x86 pointer type: ' + IntToStr(b));
                  end;
                end;
+             if tsystemcpu(ppufile.header.common.cpu)=cpu_wasm32 then
+               writeln([space,'   WASM externref : ',(getbyte<>0)]);
            end;
 
          iborddef :