mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Jit64: Change a NULL to nullptr
This commit is contained in:
parent
68edddf10e
commit
54c454fc82
@ -141,7 +141,7 @@ void Jit64::FreeStack()
|
||||
if (m_stack)
|
||||
{
|
||||
FreeMemoryPages(m_stack, STACK_SIZE);
|
||||
m_stack = NULL;
|
||||
m_stack = nullptr;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user