aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/CrashHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CrashHandler.cpp')
-rw-r--r--tools/CrashHandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/CrashHandler.cpp b/tools/CrashHandler.cpp
index e26772b4ba..6707b65de4 100644
--- a/tools/CrashHandler.cpp
+++ b/tools/CrashHandler.cpp
@@ -150,10 +150,10 @@
GetCurrentThread(),
&frame,
c,
- NULL,
+ nullptr,
SymFunctionTableAccess64,
SymGetModuleBase64,
- NULL)) {
+ nullptr)) {
// Buffer to store symbol name in.
static const int kMaxNameLength = 1024;
uint8_t buffer[sizeof(IMAGEHLP_SYMBOL64) + kMaxNameLength];