* clean up

git-svn-id: trunk@45735 -
This commit is contained in:
florian 2020-07-06 19:46:19 +00:00
parent ec3fe2f990
commit 3655c46982

View File

@ -199,10 +199,6 @@ begin
assign(nopfile,'armnop.inc');
openinc(attfile,'armatt.inc');
openinc(attsuffile,'armatts.inc');
{
openinc(intfile,'i386int.inc');
openinc(propfile,'i386prop.inc');
}
rewrite(nopfile);
writeln(nopfile,'{ don''t edit, this file is generated from armins.dat }');
reset(infile);
@ -275,7 +271,6 @@ begin
writeln(opfile,',');
writeln(attfile,',');
writeln(attsuffile,',');
{ writeln(propfile,','); }
end;
write(opfile,opcode);
write(attfile,'''',attopcode,'''');
@ -401,6 +396,5 @@ begin
closeinc(opfile);
writeln(nopfile,insns,';');
close(nopfile);
{ closeinc(propfile); }
writeln(insns,' nodes processed (maxinfolen=',maxinfolen,')');
end.