mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-06-02 01:41:08 +00:00
- implement OP_LFP
This commit is contained in:
parent
ba4606c1d5
commit
c8e4bf089c
3 changed files with 13 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue