Default fs_lock to 0

This commit is contained in:
Luke Usher 2018-07-24 08:33:31 +01:00
parent a54930aa3b
commit c8811820ca
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ NT_TIB *GetNtTib()
xboxkrnl::KPCR* KeGetPcr();
uint32_t fs_lock;
uint32_t fs_lock = 0;
__declspec(naked) void LockFSInternal()
{