You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bits 61 and 62 are now bits 46 and 47. And the ORing with 0x8000000000000000 seems to no longer be suggested - I'm not sure why the old code said "Note that bit 63 (MSB) must always be set", it's possible that this was never true.
The text was updated successfully, but these errors were encountered:
UIforETW/UIforETW/Settings.cpp
Lines 66 to 72 in 3f33ef7
UIforETW/UIforETW/UIforETWDlg.cpp
Line 1171 in 3f33ef7
These bits were changed in https://chromium-review.googlesource.com/c/chromium/src/+/2171974 :
Bits 61 and 62 are now bits 46 and 47. And the ORing with
0x8000000000000000
seems to no longer be suggested - I'm not sure why the old code said "Note that bit 63 (MSB) must always be set", it's possible that this was never true.The text was updated successfully, but these errors were encountered: