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:
parent
602bb0dbc6
commit
e32b98c3a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue