Browse Source

soc posix: Be explicit about wanting the function address

To be more readable

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
pull/89737/head
Alberto Escolar Piedras 2 months ago committed by Benjamin Cabé
parent
commit
e32b98c3a1
  1. 2
      soc/native/inf_clock/soc.c

2
soc/native/inf_clock/soc.c

@ -123,7 +123,7 @@ void posix_boot_cpu(void) @@ -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);
}
/**

Loading…
Cancel
Save