[*] Bad type migration from spinlock to rwlock

This commit is contained in:
Reece Wilson 2022-04-05 14:41:46 +01:00
parent 311b13bc32
commit f0ed958e5a

View File

@ -246,7 +246,7 @@ namespace Aurora::Processes
}
{
AU_LOCK_GUARD(gSpinLock->AsWritable());
AU_LOCK_GUARD(gRWLock->AsWritable());
AuTryInsert(gPidLookupMap, getpid(), this);
}