- implement OP_LFP

This commit is contained in:
Magnus Norddahl 2018-09-16 03:39:54 +02:00
commit c8e4bf089c
3 changed files with 13 additions and 10 deletions

View file

@ -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()