mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 20:29:33 +02:00
* ifdef powerpc -> ifdef cpupowerpc
git-svn-id: trunk@2593 -
This commit is contained in:
parent
660d789508
commit
718d697498
@ -95,10 +95,10 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
{$ifdef powerpc}
|
||||
{$ifdef cpupowerpc}
|
||||
begin
|
||||
asm
|
||||
mtfsfi 6,1
|
||||
end;
|
||||
{$endif powerpc}
|
||||
{$endif cpupowerpc}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user