Kernel: Make sure MSB is not set on SMO keys
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Kernel
|
||||
class SharedMemoryObjectManager
|
||||
{
|
||||
public:
|
||||
using Key = uint32_t;
|
||||
using Key = size_t;
|
||||
|
||||
public:
|
||||
static BAN::ErrorOr<void> initialize();
|
||||
|
||||
Reference in New Issue
Block a user