mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 04:49:07 +02:00
* indention fixed
git-svn-id: trunk@36775 -
This commit is contained in:
parent
2d64b99ac8
commit
8c33fbbe64
@ -189,7 +189,7 @@ begin
|
||||
cpustr:=readstr;
|
||||
end
|
||||
else
|
||||
cpustr:='';
|
||||
cpustr:='';
|
||||
{ Create register number }
|
||||
if supregs[regcount][1]<>'$' then
|
||||
begin
|
||||
@ -197,18 +197,18 @@ begin
|
||||
writeln('Line: "',s,'"');
|
||||
halt(1);
|
||||
end;
|
||||
|
||||
|
||||
if i<length(s) then
|
||||
begin
|
||||
writeln('Extra chars at end of line, at line ',line);
|
||||
writeln('Line: "',s,'"');
|
||||
halt(1);
|
||||
end;
|
||||
if (cpustr<>'SPARC64') or sparc64 then
|
||||
begin
|
||||
if (cpustr<>'SPARC64') or sparc64 then
|
||||
begin
|
||||
numbers[regcount]:=regtypes[regcount]+copy(subregs[regcount],2,255)+'00'+copy(supregs[regcount],2,255);
|
||||
inc(regcount);
|
||||
end;
|
||||
end;
|
||||
if regcount>max_regcount then
|
||||
begin
|
||||
writeln('Error: Too much registers, please increase maxregcount in source');
|
||||
|
Loading…
Reference in New Issue
Block a user