Skip to content

Commit e32b98c

Browse files
aescolarkartben
authored andcommitted
soc posix: Be explicit about wanting the function address
To be more readable Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 602bb0d commit e32b98c

File tree

1 file changed

+1
-1
lines changed
  • soc/native/inf_clock

1 file changed

+1
-1
lines changed

soc/native/inf_clock/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void posix_boot_cpu(void)
123123
{
124124
nce_st = nce_init();
125125
posix_arch_init();
126-
nce_boot_cpu(nce_st, z_cstart);
126+
nce_boot_cpu(nce_st, &z_cstart);
127127
}
128128

129129
/**

0 commit comments

Comments
 (0)