We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94adfe9 commit 8eaf311Copy full SHA for 8eaf311
src/node_win32_etw_provider.cc
@@ -107,7 +107,7 @@ void CodeAddressNotification(const JitCodeEvent* jevent) {
107
}
108
break;
109
case JitCodeEvent::CODE_REMOVED:
110
- NODE_V8SYMBOL_REMOVE(jevent->code_start, 0);
+ NODE_V8SYMBOL_REMOVE(jevent->code_start, nullptr);
111
112
case JitCodeEvent::CODE_MOVED:
113
NODE_V8SYMBOL_MOVE(jevent->code_start, jevent->new_code_start);
0 commit comments