- fix compile error

This commit is contained in:
Magnus Norddahl 2018-11-27 17:02:51 +01:00
parent 73819d45b7
commit 9dbb1d77ce
1 changed files with 1 additions and 1 deletions

View File

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