Core: fix bug in CX86Ops::CallFunc when not logging opcodes
This commit is contained in:
parent
e3aa2514c1
commit
79d749e33d
|
@ -157,7 +157,7 @@ void CX86Ops::CallFunc(uint32_t FunctPtr, const char * FunctName)
|
|||
}
|
||||
else
|
||||
{
|
||||
call(asmjit::x86::dword_ptr((uint64_t)FunctPtr));
|
||||
call((uint64_t)FunctPtr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue