From 604e25e04698dddf552b1c4928bdb8111a20931c Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 20 May 2022 02:46:18 +0200 Subject: [PATCH] Fix mistake --- r5dev/tier0/jobthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/tier0/jobthread.h b/r5dev/tier0/jobthread.h index 8ac877fd..05ab70e8 100644 --- a/r5dev/tier0/jobthread.h +++ b/r5dev/tier0/jobthread.h @@ -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());