Change another NULL to nullptr.

This commit is contained in:
Rohit Nirmal 2014-10-01 23:38:42 -05:00
parent 25fd805f54
commit 3b25c88736
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public:
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); }