That's the last one I spotted. Alas, the MIDI/mouse hang is still around. - Werner
Index: threadmp.inl =================================================================== RCS file: /usr1/CVS/rtems/cpukit/score/inline/rtems/score/threadmp.inl,v retrieving revision 1.19 diff -u -r1.19 threadmp.inl --- threadmp.inl 5 Sep 2008 14:50:10 -0000 1.19 +++ threadmp.inl 8 Nov 2011 23:11:20 -0000 @@ -38,7 +38,7 @@ * _MPCI_Receive_server_tcb until it is used. */ #define _Thread_MP_Is_receive(_the_thread) \ - (_the_thread == _MPCI_Receive_server_tcb) + ((_the_thread) == _MPCI_Receive_server_tcb) /** * This routine frees a proxy control block to the _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
