Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
09f0a3dd63
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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}