Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

samd: Fixes for the "hosted" build#991

Merged
esden merged 1 commit into
masterfrom
samd-fixes
Mar 15, 2022
Merged

samd: Fixes for the "hosted" build#991
esden merged 1 commit into
masterfrom
samd-fixes

Conversation

@dragonmux
Copy link
Copy Markdown
Member

The code from #987 assumed unsigned long was 32-bit, which is not true for x86_64 Linux/Mac and other potential Black Magic App targets. This generally fixes the soundness of the type punting going on.

@dragonmux dragonmux requested a review from esden March 14, 2022 22:34
@esden
Copy link
Copy Markdown
Member

esden commented Mar 15, 2022

I saw that issue. We should ask the hosted build to the github actions so we can catch these kind of problems.

Thanks for the patch! :D

@esden esden merged commit 4fe8fd8 into master Mar 15, 2022
@dragonmux dragonmux deleted the samd-fixes branch March 15, 2022 12:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants