瀏覽代碼

- removed commented out code from tcgz80.a_load_ref_cgpara

git-svn-id: branches/z80@45107 -
nickysn 5 年之前
父節點
當前提交
3d5452cda3
共有 1 個文件被更改,包括 0 次插入17 次删除
  1. 0 17
      compiler/z80/cgcpu.pas

+ 0 - 17
compiler/z80/cgcpu.pas

@@ -558,23 +558,6 @@ unit cgcpu;
             else
               internalerror(2020040803);
           end;
-          //if tcgsize2size[paraloc^.size]<cgpara.alignment then
-          //  begin
-          //    tmpreg:=getintregister(list,pushsize);
-          //    a_load_ref_reg(list,paraloc^.size,pushsize,href,tmpreg);
-          //    list.concat(taicpu.op_reg(A_PUSH,opsize,tmpreg));
-          //  end
-          //else
-          //  begin
-          //    make_simple_ref(list,href);
-          //    if tcgsize2size[pushsize] > 2 then
-          //      begin
-          //        tmpref := href;
-          //        Inc(tmpref.offset, 2);
-          //        list.concat(taicpu.op_ref(A_PUSH,TCgsize2opsize[int_cgsize(tcgsize2size[pushsize]-2)],tmpref));
-          //      end;
-          //    list.concat(taicpu.op_ref(A_PUSH,opsize,href));
-          //  end;
         end;
 
       var