RTEMS | Use unsigned type for processor masks (!1096)
Chris Johns (@chris)
gitlab at rtems.org
Thu Mar 5 03:09:57 UTC 2026
Chris Johns commented on a discussion on cpukit/include/rtems/score/processormaskimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1096#note_144352
> uint32_t index
> )
> {
> - long bits = mask->__bits[ index / _BITSET_BITS ];
> + unsigned long bits = mask->__bits[ index / _BITSET_BITS ];
Ah sorry it is a change to the type to match newlib. My bad.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1096#note_144352
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260305/147c1cce/attachment-0001.htm>
More information about the bugs
mailing list