Remove extra UnlockFS() call

This commit is contained in:
Anthony Miles 2019-07-25 22:50:03 +12:00
parent 5e1851fcad
commit 11f005b14c
1 changed files with 1 additions and 2 deletions

View File

@ -364,8 +364,7 @@ __declspec(naked) void EmuFS_MovzxEaxBytePtrFs24()
movzx eax, byte ptr[eax + 24h]
call UnlockFS
ret
}
UnlockFS();
}
}
__declspec(naked) void EmuFS_MovFs00Eax()