summaryrefslogtreecommitdiff
path: root/src/jit/bitsetasuint64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/bitsetasuint64.h')
-rw-r--r--src/jit/bitsetasuint64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/bitsetasuint64.h b/src/jit/bitsetasuint64.h
index 150f7e9d61..243e9e33b4 100644
--- a/src/jit/bitsetasuint64.h
+++ b/src/jit/bitsetasuint64.h
@@ -167,7 +167,7 @@ public:
{
IAllocator* alloc = BitSetTraits::GetDebugOnlyAllocator(env);
const int CharsForUINT64 = sizeof(UINT64) * 2;
- char* res = NULL;
+ char* res = nullptr;
const int AllocSize = CharsForUINT64 + 4;
res = (char*)alloc->Alloc(AllocSize);
UINT64 bits = bs;