mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
940ba9ba95
commit
a41d46e193
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user