mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- add missing CheckVMFrame call
This commit is contained in:
parent
a8a9ec98f3
commit
1ef772d017
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ void JitCompiler::EmitLKP_R()
|
||||||
|
|
||||||
void JitCompiler::EmitLFP()
|
void JitCompiler::EmitLFP()
|
||||||
{
|
{
|
||||||
|
CheckVMFrame();
|
||||||
cc.lea(regA[A], asmjit::x86::ptr(vmframe, offsetExtra));
|
cc.lea(regA[A], asmjit::x86::ptr(vmframe, offsetExtra));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue