mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #1204 from lioncash/null
Jit64: Change a NULL to nullptr
This commit is contained in:
@@ -141,7 +141,7 @@ void Jit64::FreeStack()
|
||||
if (m_stack)
|
||||
{
|
||||
FreeMemoryPages(m_stack, STACK_SIZE);
|
||||
m_stack = NULL;
|
||||
m_stack = nullptr;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user