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

git-svn-id: branches/z80@44988 -
This commit is contained in:
nickysn 2020-04-22 02:31:21 +00:00
parent 9ad3de966f
commit b741ed63b0

View File

@ -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;