Browse Source

* ifdef powerpc -> ifdef cpupowerpc

git-svn-id: trunk@2593 -
Jonas Maebe 19 years ago
parent
commit
718d697498
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/inc/macpas.pp

+ 2 - 2
rtl/inc/macpas.pp

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