* ifdef powerpc -> ifdef cpupowerpc

git-svn-id: trunk@2593 -
This commit is contained in:
Jonas Maebe 2006-02-15 11:48:26 +00:00
parent 660d789508
commit 718d697498

View File

@ -95,10 +95,10 @@ begin
end;
{$ifdef powerpc}
{$ifdef cpupowerpc}
begin
asm
mtfsfi 6,1
end;
{$endif powerpc}
{$endif cpupowerpc}
end.