dereference gc_wait
This commit is contained in:
parent
bc26f42992
commit
04ccf215e4
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ reserve(const char *name, coffee_page_t pages, int allow_duplicates)
|
||||||
page = find_contiguous_pages(pages);
|
page = find_contiguous_pages(pages);
|
||||||
if(page == INVALID_PAGE) {
|
if(page == INVALID_PAGE) {
|
||||||
watchdog_start();
|
watchdog_start();
|
||||||
gc_wait = 1;
|
*gc_wait = 1;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue