base-pistachio: fix compile error with GCC 8.3.0

Fixes #3327
This commit is contained in:
Christian Prochaska 2019-05-06 14:12:09 +02:00 committed by Christian Helmuth
parent 940ba9ba95
commit a41d46e193
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static unsigned long _core_pager_stack[PAGER_STACK_ELEMENTS];
static inline bool write_fault(Pistachio::L4_Word_t flags) {
return (flags & 2) == 1; }
return (flags & 2); }
static bool wait_for_page_fault(Pistachio::L4_ThreadId_t &from,