mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Change NULLs to nullptrs.
This commit is contained in:
@ -76,7 +76,7 @@ bool Jitx86Base::BackPatch(u32 emAddress, SContext* ctx)
|
||||
|
||||
BitSet32 registersInUse = it->second;
|
||||
|
||||
u8* exceptionHandler = NULL;
|
||||
u8* exceptionHandler = nullptr;
|
||||
if (jit->js.memcheck)
|
||||
{
|
||||
auto it2 = exceptionHandlerAtLoc.find(codePtr);
|
||||
|
Reference in New Issue
Block a user