Merge pull request #2250 from ergo720/halo2_fix
Fixed a crash in Halo 2 on debug builds
This commit is contained in:
commit
38aaf7189f
|
@ -1827,8 +1827,8 @@ XBSYSAPI EXPORTNUM(150) xbox::boolean_xt NTAPI xbox::KeSetTimerEx
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Exit the dispatcher */
|
/* Exit the dispatcher */
|
||||||
KiUnlockDispatcherDatabase(OldIrql);
|
|
||||||
KiTimerUnlock();
|
KiTimerUnlock();
|
||||||
|
KiUnlockDispatcherDatabase(OldIrql);
|
||||||
|
|
||||||
RETURN(Inserted);
|
RETURN(Inserted);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue