소스 검색

- commented out internal error in trgcpu.do_spill_read and trgcpu.do_spill_written

git-svn-id: branches/z80@44988 -
nickysn 5 년 전
부모
커밋
b741ed63b0
1개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. 10 10
      compiler/z80/rgcpu.pas

+ 10 - 10
compiler/z80/rgcpu.pas

@@ -79,9 +79,9 @@ unit rgcpu;
         helplist : TAsmList;
         hreg     : tregister;
       begin
-        if abs(spilltemp.offset)>127 then
-          begin
-            Internalerror(2017032701);
+  //      if abs(spilltemp.offset)>127 then
+  //        begin
+  //          Internalerror(2017032701);
 //
 //            helplist:=TAsmList.create;
 //
@@ -95,8 +95,8 @@ unit rgcpu;
 //            helplist.concat(helpins);
 //            list.insertlistafter(pos,helplist);
 //            helplist.free;
-          end
-        else
+  //        end
+  //      else
           inherited;
       end;
 
@@ -107,9 +107,9 @@ unit rgcpu;
         helplist : TAsmList;
         hreg     : tregister;
       begin
-        if abs(spilltemp.offset)>127 then
-          begin
-            Internalerror(2017032702);
+  //      if abs(spilltemp.offset)>127 then
+  //        begin
+  //          Internalerror(2017032702);
 //
 //            helplist:=TAsmList.create;
 //
@@ -122,8 +122,8 @@ unit rgcpu;
 //            helplist.concat(spilling_create_store(tempreg,tmpref));
 //            list.insertlistafter(pos,helplist);
 //            helplist.free;
-          end
-        else
+  //        end
+  //      else
           inherited;
       end;