mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 00:30:51 +02:00
* clean up
git-svn-id: trunk@45735 -
This commit is contained in:
parent
ec3fe2f990
commit
3655c46982
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user