Joel Sherrill commented on a discussion on bsps/arm/atsam/contrib/libraries/libboard/source/board_lowlevel.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/641#note_128239 > ((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) { Look above at line 350. It is already in an ifdef __rtems__ section. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/641#note_128239 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
