Skip to content

[RemoteInspection] Fix format of dumped spare bit mask #73231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

kastiglione
Copy link
Contributor

@kastiglione kastiglione commented Apr 24, 2024

Even with std::hex, the uint8_t values are being printed as characters, not hex values. This change casts the value to int, which results in the hex representation being properly printed.

@kastiglione kastiglione requested a review from a team as a code owner April 24, 2024 21:27
@kastiglione kastiglione requested a review from tbkka April 24, 2024 21:27
@kastiglione
Copy link
Contributor Author

@swift-ci smoke test

@kastiglione
Copy link
Contributor Author

@swift-ci smoke test windows

@kastiglione kastiglione merged commit d7426e2 into main Apr 25, 2024
@kastiglione kastiglione deleted the dl/RemoteInspection-Fix-format-of-dumped-spare-bit-mask branch April 25, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants