diff options
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r-- | device/ds_routines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c index 445e7ae1..1fabec3c 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -1512,7 +1512,7 @@ void io_done_thread(void) /* * Set thread privileges and highest priority. */ - current_thread()->vm_privilege = TRUE; + current_thread()->vm_privilege = 1; stack_privilege(current_thread()); thread_set_own_priority(0); |