Преглед изворни кода

powerpc: MorphOS recently started supporting the G5s, and it runs the G5s in non-G4-compatible mode much like Linux, therefore the DCBZ code seems to fail on them. So disable DCBZ usage for MorphOS as well.

git-svn-id: branches/fixes_3_0@31131 -
Károly Balogh пре 10 година
родитељ
комит
3ab3560c33
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      rtl/powerpc/powerpc.inc

+ 2 - 0
rtl/powerpc/powerpc.inc

@@ -18,7 +18,9 @@
  **********************************************************************}
 
 {$IFNDEF LINUX}
+{$IFNDEF MORPHOS}
     {$DEFINE USE_DCBZ}
+{$ENDIF MORPHOS}
 {$ENDIF LINUX}
 
 {****************************************************************************