Fix mistake

This commit is contained in:
Kawe Mazidjatari 2022-05-20 02:46:18 +02:00
parent fc64dfc9be
commit 604e25e046

View File

@ -24,7 +24,7 @@ class VJobThread : public IDetour
{
virtual void GetAdr(void) const
{
spdlog::debug("| FUN: JT_ParallelCall : {:#18x} |\n", p_JT_HelpWithAnything.GetPtr());
spdlog::debug("| FUN: JT_ParallelCall : {:#18x} |\n", p_JT_ParallelCall.GetPtr());
spdlog::debug("| FUN: JT_HelpWithAnything : {:#18x} |\n", p_JT_HelpWithAnything.GetPtr());
spdlog::debug("| FUN: JT_AcquireFifoLock : {:#18x} |\n", p_JT_AcquireFifoLock.GetPtr());
spdlog::debug("| FUN: JT_ReleaseFifoLock : {:#18x} |\n", p_JT_ReleaseFifoLock.GetPtr());