mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* write newline after synthetickind
git-svn-id: trunk@27191 -
This commit is contained in:
parent
c47b4cbe86
commit
72c1e2a8ce
@ -2888,7 +2888,7 @@ begin
|
||||
readvisibility(def);
|
||||
write ([space,' SymOptions : ']);
|
||||
readsymoptions(space+' ');
|
||||
write ([space,' Synthetic kind : ',Synthetic2Str(ppufile.getbyte)]);
|
||||
writeln ([space,' Synthetic kind : ',Synthetic2Str(ppufile.getbyte)]);
|
||||
if tsystemcpu(ppufile.header.cpu)=cpu_powerpc then
|
||||
begin
|
||||
{ library symbol for AmigaOS/MorphOS }
|
||||
|
Loading…
Reference in New Issue
Block a user