Selaa lähdekoodia

Fix powerpc64 compiler after in_ppc_yield introduction

Pierre Muller 1 viikko sitten
vanhempi
sitoutus
03c8ec49ed
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}