Browse Source

Fix powerpc64 compiler after in_ppc_yield introduction

Pierre Muller 2 days ago
parent
commit
03c8ec49ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/compinnr.pas

+ 1 - 1
compiler/compinnr.pas

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