Merge pull request #2250 from ergo720/halo2_fix

Fixed a crash in Halo 2 on debug builds
This commit is contained in:
Luke Usher 2021-06-24 12:21:42 +01:00 committed by GitHub
commit 38aaf7189f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1827,8 +1827,8 @@ XBSYSAPI EXPORTNUM(150) xbox::boolean_xt NTAPI xbox::KeSetTimerEx
}
/* Exit the dispatcher */
KiUnlockDispatcherDatabase(OldIrql);
KiTimerUnlock();
KiUnlockDispatcherDatabase(OldIrql);
RETURN(Inserted);
}