mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- 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…
Reference in a new issue