Add missing exit call on TestExclusive

This commit is contained in:
gdkchan 2018-12-01 21:42:47 -03:00
parent 25eb2c75b4
commit e766eb5b0c

View file

@ -119,6 +119,8 @@ namespace ChocolArm64.Memory
if (!_monitors.TryGetValue(core, out ArmMonitor threadMon))
{
Monitor.Exit(_monitors);
return false;
}