diff options
Diffstat (limited to 'vm/vm_fault.c')
-rw-r--r-- | vm/vm_fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_fault.c b/vm/vm_fault.c index 96c83873..d9c3d7b8 100644 --- a/vm/vm_fault.c +++ b/vm/vm_fault.c @@ -1136,7 +1136,7 @@ vm_fault_return_t vm_fault_page(first_object, first_offset, */ void -vm_fault_continue() +vm_fault_continue(void) { vm_fault_state_t *state = (vm_fault_state_t *) current_thread()->ith_other; |