mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
Don't deallocate invalid cap
SC slot is unused here.
This commit is contained in:
parent
33334b4f4b
commit
2a3b0d72b3
@ -49,7 +49,6 @@ void Thread_base::_init_platform_thread()
|
||||
|
||||
void Thread_base::_deinit_platform_thread()
|
||||
{
|
||||
unmap_local(Nova::Obj_crd(_tid.sc_sel, 0));
|
||||
unmap_local(Nova::Obj_crd(_tid.ec_sel, 0));
|
||||
unmap_local(Nova::Obj_crd(_tid.rs_sel, 0));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user