Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! always use addr1
  • Loading branch information
joaocgreis committed Sep 26, 2017
commit 4b29fffb85b41b3e7806a594b37ec1a6a0c74ab1
4 changes: 0 additions & 4 deletions src/node_win32_etw_provider-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,7 @@ void NODE_V8SYMBOL_ADD(LPCSTR symbol,
}
void* context = nullptr;
INT64 size = (INT64)len;
#if defined(_WIN64)
INT32 id = 0;
#else
INT32 id = (INT32)addr1;
#endif
INT16 flags = 0;
INT16 rangeid = 1;
INT32 col = 1;
Expand Down