change log for rtems (2011-11-08)
Ralf Corsepius
ralf.corsepius at rtems.org
Tue Nov 8 10:42:46 UTC 2011
On 11/08/2011 11:10 AM, rtems-vc at rtems.org wrote:
> *sh*
>
> 2011-11-08 Sebastian Huber<sebastian.huber at embedded-brains.de>
> #ifndef LIBCPU_SHARED_UTILITY_H
> @@ -25,13 +28,14 @@
> #include<stdint.h>
>
> #define BSP_BIT8(bit) \
> - ((uint8_t) (((uint8_t) 1)<< (bit)))
> + ((uint8_t) (((unsigned int) 1)<< (bit)))
What are you trying to achieve?
To me, this change of yours seems just wrong and broken.
Ralf
More information about the vc
mailing list