mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fix compile error
This commit is contained in:
parent
73819d45b7
commit
9dbb1d77ce
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void JitCompiler::EmitVtbl(const VMOP *op)
|
|||
|
||||
void JitCompiler::EmitCALL()
|
||||
{
|
||||
EmitVMCall(regA[A]);
|
||||
EmitVMCall(regA[A], nullptr);
|
||||
pc += C; // Skip RESULTs
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue