- skip RESULT opcodes when outputting assembly
This commit is contained in:
parent
44294a051a
commit
0bb4a159e5
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ void JitCompiler::EmitDoCall(asmjit::X86Gp vmfunc)
|
|||
|
||||
NumParam -= B;
|
||||
ParamOpcodes.Resize(ParamOpcodes.Size() - B);
|
||||
|
||||
pc += C; // Skip RESULTs
|
||||
}
|
||||
|
||||
void JitCompiler::EmitScriptCall(asmjit::X86Gp vmfunc, asmjit::X86Gp paramsptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue