- skip RESULT opcodes when outputting assembly

This commit is contained in:
Magnus Norddahl 2018-10-12 06:25:51 +02:00
parent 44294a051a
commit 0bb4a159e5
1 changed files with 2 additions and 0 deletions

View File

@ -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)