Fixed a crash in Halo 2 on debug builds
This commit is contained in:
parent
06fadd6b74
commit
309db8cdae
|
@ -1827,8 +1827,8 @@ XBSYSAPI EXPORTNUM(150) xbox::boolean_xt NTAPI xbox::KeSetTimerEx
|
|||
}
|
||||
|
||||
/* Exit the dispatcher */
|
||||
KiUnlockDispatcherDatabase(OldIrql);
|
||||
KiTimerUnlock();
|
||||
KiUnlockDispatcherDatabase(OldIrql);
|
||||
|
||||
RETURN(Inserted);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue