Core: Change NULLs to nullptrs.

This commit is contained in:
Rohit Nirmal
2015-03-14 20:20:41 -05:00
parent 2134770d7a
commit 48ec42d4a0
5 changed files with 7 additions and 7 deletions

View File

@ -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);