소스 검색

* make ccpuinnr.inc available for 32 bit PowerPC as well

florian 3 일 전
부모
커밋
5408f4eee6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/compinnr.pas

+ 1 - 1
compiler/compinnr.pas

@@ -231,7 +231,7 @@ type
      ,
      {$i riscv/ccpuinnr.inc}
 {$endif}
-{$if defined(POWERPC64)}
+{$if defined(POWERPC)}
      ,
      {$i ppcgen/ccpuinnr.inc}
 {$endif}