forked from Imagelibrary/rtems
Add missing return.
This commit is contained in:
@@ -42,6 +42,7 @@ void *New_stack_allocate_hook(size_t unused);
|
||||
|
||||
void *New_stack_allocate_hook(size_t unused)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void force_error()
|
||||
|
||||
Reference in New Issue
Block a user