- implement OP_LFP
This commit is contained in:
parent
ba4606c1d5
commit
c8e4bf089c
3 changed files with 13 additions and 10 deletions
|
|
@ -81,7 +81,7 @@ void JitCompiler::EmitLKP_R()
|
|||
|
||||
void JitCompiler::EmitLFP()
|
||||
{
|
||||
I_FatalError("EmitLFP not implemented\n");
|
||||
cc.lea(regA[A], asmjit::x86::ptr(vmframe, offsetExtra));
|
||||
}
|
||||
|
||||
void JitCompiler::EmitMETA()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue