소스 검색

* 64-bit constants take a single stack slot in WebAssembly. Don't incstack a
second time for 64-bit consts in thlcgwasm.a_load_const_stack

git-svn-id: branches/wasm@47194 -

nickysn 5 년 전
부모
커밋
c0bbe6d8c0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      compiler/wasm32/hlcgcpu.pas

+ 0 - 1
compiler/wasm32/hlcgcpu.pas

@@ -431,7 +431,6 @@ implementation
               OS_64,OS_S64:
                 begin
                   list.concat(taicpu.op_const(a_i64_const, a));
-                  incstack(list,1); // why?
                 end;
               else
                 internalerror(2010110702);