RTEMS | atsam/contrib/.../source/board_lowlevel.c: Fix comparison of two arrays (!641)

Gedare Bloom (@gedare) gitlab at rtems.org
Tue Aug 5 13:30:18 UTC 2025




Gedare Bloom started a new discussion on bsps/arm/atsam/contrib/libraries/libboard/source/board_lowlevel.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/641#note_128219

 >  		((uintptr_t)atsam_memory_null_begin) |
 >  		MPU_REGION_VALID |
 >  		MPU_NULL_REGION;
 > -	if (atsam_memory_null_begin != atsam_memory_itcm_end) {
 > +	if ((uintptr_t) atsam_memory_null_begin != (uintptr_t) atsam_memory_itcm_end) {

should it be `ifdef rtems`?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/641#note_128219
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/20250805/1c09e053/attachment.htm>


More information about the bugs mailing list