Explorar el Código

Add fpc_ppc_yield call for powerpc/powerpc64 CPU

Pierre Muller hace 2 semanas
padre
commit
4c4ead3abb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      rtl/objpas/classes/classes.inc

+ 2 - 0
rtl/objpas/classes/classes.inc

@@ -918,6 +918,8 @@ begin
     fpc_arm_yield;
     {$ELSEIF defined(CPUAARCH64)}
     fpc_aarch64_yield;
+    {$ELSEIF defined(CPUPOWERPC64) or defined(CPUPOWERPC)}
+    fpc_ppc_yield;
     {$ELSEIF defined(RISCV) and defined(CPURV_HAS_ZIHINTPAUSE)}
     fpc_riscv_pause;
     {$ELSE}