mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
Kernel/aarch64: Use unsigned values in the register bitfields
This resolves the various "implicit truncation from int to a one-bit wide bit-field changes value from 1 to -1" warnings produced by Clang 16+ when assigning to single-bit bitfields.
This commit is contained in:
parent
093cbcd606
commit
bd93b4984b
Notes:
sideshowbarker
2024-07-17 20:19:08 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/bd93b4984b Pull-request: https://github.com/SerenityOS/serenity/pull/19803