Add missing return.

This commit is contained in:
Ralf Corsepius
2009-10-27 05:15:19 +00:00
parent 13910fc85c
commit b9547eef8c

View File

@@ -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()