Files
zephyr/include/misc
Nicolas Pitre cf5c22d8be sflist: SYS_SFLIST_FLAGS_MASK must be a long not an int
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>
2019-06-25 23:21:39 -04:00
..
2019-03-11 13:48:42 -04:00
2019-01-16 06:12:33 -05:00
2019-04-03 13:47:45 -04:00
2019-06-17 10:28:44 -07:00