diff --git a/soc/native/inf_clock/soc.c b/soc/native/inf_clock/soc.c index 53d7d90c50c..cf0ba0fdbcb 100644 --- a/soc/native/inf_clock/soc.c +++ b/soc/native/inf_clock/soc.c @@ -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); } /**