Joel Sherrill commented on a discussion on bsps/m68k/mcf5329/start/init5329.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/598#note_126887

 >    /*
 >     * Move initialized data from ROM to RAM.
 >     */
 > -  if (_data_src_start != _data_dest_start) {
 > -    dbp = (uint8_t *) _data_dest_start;
 > -    sbp = (uint8_t *) _data_src_start;
 > -    i = _data_dest_end - _data_dest_start;

Good catch. How does it look now?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/598#note_126887
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to