Selaa lähdekoodia

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

git-svn-id: branches/z80@44988 -
nickysn 5 vuotta sitten
vanhempi
commit
b741ed63b0
1 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  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;