mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 22:23:45 +00:00
parent
1ba010af5d
commit
3ba0e6fda3
@ -361,10 +361,8 @@ void Framebuffer::Driver::process_action()
|
||||
if (action_in_execution())
|
||||
return;
|
||||
|
||||
if (!lx_user_task) {
|
||||
error("no lx user task");
|
||||
if (!lx_user_task)
|
||||
return;
|
||||
}
|
||||
|
||||
lx_emul_task_unblock(lx_user_task);
|
||||
Lx_kit::env().scheduler.execute();
|
||||
|
Loading…
x
Reference in New Issue
Block a user