- read the parameters and registers directly off the stack

This commit is contained in:
Magnus Norddahl 2018-09-16 03:20:56 +02:00
parent 30fb6268bd
commit ba4606c1d5
4 changed files with 50 additions and 49 deletions

View file

@ -91,7 +91,6 @@ private:
VMScriptFunction *sfunc;
asmjit::X86Gp stack;
asmjit::X86Gp vmregs;
asmjit::X86Gp ret;
asmjit::X86Gp numret;
asmjit::X86Gp exceptInfo;