Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/474 
was reviewed by Joel Sherrill

--
  
Joel Sherrill started a new discussion on bsps/m68k/uC5282/start/bspstart.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/474#note_123131

 > -    printk("\n\nPC:%x  SR:%x  VEC:%x  FORMAT:%x  STATUS:%x\n", pc,
 > +        uintptr_t tmp = (uintptr_t)&param;
 > +        tmp -= 2 * sizeof(int);

Shouldn't this be size of(unint32_t) to match the structure? And sorry. I think 
this bit is from me.


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/474
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