Kernel: Add the CodeSet handle type to Object::IsWaitable.

This commit is contained in:
Emmanuel Gil Peyrot 2015-07-12 22:12:47 +01:00
parent e608fc638f
commit b2250e9053

View File

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