diff --git a/Source/Core/Core/PowerPC/Jit64/Jit.cpp b/Source/Core/Core/PowerPC/Jit64/Jit.cpp index 050151a611..5877073377 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit.cpp @@ -141,7 +141,7 @@ void Jit64::FreeStack() if (m_stack) { FreeMemoryPages(m_stack, STACK_SIZE); - m_stack = NULL; + m_stack = nullptr; } #endif }