Commit b166837
src,etw: fix event 9 on 64 bit Windows
The event manifest specifies the MethodID field as a 32 bit integer.
The 32 bit node executable publishes this correctly, but the 64 bit
executable published a 64 bit integer, making the event undecodable.
PR-URL: #15563
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>1 parent eefa0a2 commit b166837Copy full SHA for b166837
File tree
Expand file treeCollapse file tree
1 file changed
+2
-8
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+2
-8
lines changedOpen diff view settings
Collapse file
src/node_win32_etw_provider-inl.h
Copy file name to clipboardExpand all lines: src/node_win32_etw_provider-inl.h+2-8Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | 9 | |
16 | 10 | |
17 | 11 | |
| ||
79 | 73 | |
80 | 74 | |
81 | 75 | |
82 | | - |
| 76 | + |
83 | 77 | |
84 | 78 | |
85 | 79 | |
| ||
232 | 226 | |
233 | 227 | |
234 | 228 | |
235 | | - |
| 229 | + |
236 | 230 | |
237 | 231 | |
238 | 232 | |
|
0 commit comments