Kernel: Add CodeSet case to Object::IsWaitable

This commit is contained in:
Yuri Kunde Schlesner 2015-07-12 18:14:26 -03:00
parent e608fc638f
commit d4f35fd989

View File

@ -86,6 +86,7 @@ public:
case HandleType::Process:
case HandleType::AddressArbiter:
case HandleType::ResourceLimit:
case HandleType::CodeSet:
return false;
}
}