瀏覽代碼

* fixed thlcgwasm.a_op_ref_stack - it was not emitting the actual operation opcode

git-svn-id: branches/wasm@48279 -
nickysn 4 年之前
父節點
當前提交
545c949586
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/wasm32/hlcgcpu.pas

+ 1 - 0
compiler/wasm32/hlcgcpu.pas

@@ -577,6 +577,7 @@ implementation
         internalerror(2010121102);
       tmpref:=ref;
       a_load_ref_stack(list,size,tmpref,prepare_stack_for_ref(list,tmpref,false));
+      a_op_stack(list,op,size);
     end;
 
   procedure thlcgwasm.a_op_loc_stack(list: TAsmList; op: topcg; size: tdef; const loc: tlocation);