- implement OP_LFP

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

View file

@ -95,6 +95,8 @@ private:
asmjit::X86Gp numret;
asmjit::X86Gp exceptInfo;
int offsetExtra;
asmjit::X86Gp vmframe;
asmjit::X86Gp frameD;
asmjit::X86Gp frameF;
asmjit::X86Gp frameS;