src,etw: fix event 9 on 64 bit Windows · nodejs/node@a43f681 · GitHub
Skip to content

Commit a43f681

Browse files
joaocgreisMylesBorins
authored andcommitted
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 22b2d1a commit a43f681

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/node_win32_etw_provider-inl.h

Lines changed: 2 additions & 8 deletions

0 commit comments

Comments
 (0)