Remove Match Comment from HuPrcChildCreate
This commit is contained in:
parent
b7a4ffb221
commit
ff69afeb4e
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ void HuPrcChildUnlink(Process *process)
|
|||
}
|
||||
}
|
||||
|
||||
//Issues with swapped stack_size and heap local variable in HuPrcCreate inline
|
||||
Process *HuPrcChildCreate(void (*func)(void), u16 prio, u32 stack_size, s32 extra_size, Process *parent)
|
||||
{
|
||||
Process *child = HuPrcCreate(func, prio, stack_size, extra_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue