Merge pull request #1205 from rohit-n/null-nullptr

Change another NULL to nullptr.
This commit is contained in:
Lioncash 2014-10-02 00:41:22 -04:00
commit 95ea7d7c9f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public:
JitBaseBlockCache *GetBlockCache() { return &blocks; } JitBaseBlockCache *GetBlockCache() { return &blocks; }
const u8 *BackPatch(u8 *codePtr, u32 em_address, void *ctx) { return NULL; } const u8 *BackPatch(u8 *codePtr, u32 em_address, void *ctx) { return nullptr; }
bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); } bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); }