Remove extra UnlockFS() call
This commit is contained in:
parent
5e1851fcad
commit
11f005b14c
|
@ -364,8 +364,7 @@ __declspec(naked) void EmuFS_MovzxEaxBytePtrFs24()
|
||||||
movzx eax, byte ptr[eax + 24h]
|
movzx eax, byte ptr[eax + 24h]
|
||||||
call UnlockFS
|
call UnlockFS
|
||||||
ret
|
ret
|
||||||
}
|
}
|
||||||
UnlockFS();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
__declspec(naked) void EmuFS_MovFs00Eax()
|
__declspec(naked) void EmuFS_MovFs00Eax()
|
||||||
|
|
Loading…
Reference in New Issue