Commit 510cab7a authored by João Reis's avatar João Reis
Browse files

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: https://github.com/nodejs/node/pull/15563


Reviewed-By: default avatarRefael Ackermann <refack@gmail.com>
Reviewed-By: default avatarHitesh Kanwathirtha <hiteshk@microsoft.com>
parent 51bc7fa5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment