mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
When splitting the pointer from the flag, ~SYS_SFLIST_FLAGS_MASK remains a 32-bit value because of the lack of an L qualifier. Let's qualify it with UL so the top half of 64-bit pointers is not truncated. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>