Ver Fonte

powerpc: also drop DCBZ usage on AmigaOS4, as it runs on hardware with other than the assumed cacheline size

git-svn-id: trunk@45802 -
Károly Balogh há 5 anos atrás
pai
commit
09f0a3dd63
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      rtl/powerpc/powerpc.inc

+ 2 - 0
rtl/powerpc/powerpc.inc

@@ -19,9 +19,11 @@
 
 {$IFNDEF LINUX}
 {$IFNDEF MORPHOS}
+{$IFNDEF AMIGAOS4}
 {$IFNDEF AIX}
     {$DEFINE USE_DCBZ}
 {$ENDIF AIX}
+{$ENDIF AMIGAOS4}
 {$ENDIF MORPHOS}
 {$ENDIF LINUX}