mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-06-02 01:41:08 +00:00
- read the parameters and registers directly off the stack
This commit is contained in:
parent
30fb6268bd
commit
ba4606c1d5
4 changed files with 50 additions and 49 deletions
|
@ -91,7 +91,6 @@ private:
|
|||
VMScriptFunction *sfunc;
|
||||
|
||||
asmjit::X86Gp stack;
|
||||
asmjit::X86Gp vmregs;
|
||||
asmjit::X86Gp ret;
|
||||
asmjit::X86Gp numret;
|
||||
asmjit::X86Gp exceptInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue