- fix compile error

This commit is contained in:
Magnus Norddahl 2018-11-27 17:02:51 +01:00 committed by drfrag
parent 7c75776273
commit a557042bcc

View file

@ -42,7 +42,7 @@ void JitCompiler::EmitVtbl(const VMOP *op)
void JitCompiler::EmitCALL()
{
EmitVMCall(regA[A]);
EmitVMCall(regA[A], nullptr);
pc += C; // Skip RESULTs
}