Kinsey Moore started a new discussion on cpukit/score/src/threadq.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112607

 >  );
 >  
 >  RTEMS_STATIC_ASSERT(
 > -  offsetof( Thread_queue_Syslock_queue, Queue.heads )
 > -    == offsetof( struct _Thread_queue_Queue, _heads ),
 > +  offsetof( Thread_queue_Syslock_queue, Queue.heads ) ==
 > +    offsetof( struct _Thread_queue_Queue, _heads ),

I've seen this type of change in several places. Is this a limitation of the 
tool or a new preference?

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

Reply via email to