soc posix: Be explicit about wanting the function address

To be more readable

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-05-12 14:56:09 +02:00 committed by Benjamin Cabé
commit e32b98c3a1

View file

@ -123,7 +123,7 @@ void posix_boot_cpu(void)
{
nce_st = nce_init();
posix_arch_init();
nce_boot_cpu(nce_st, z_cstart);
nce_boot_cpu(nce_st, &z_cstart);
}
/**