소스 검색

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: trunk@31132 -
Károly Balogh 10 년 전
부모
커밋
df0ac8cb02
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}
 
 {****************************************************************************