forked from Imagelibrary/rtems
2009-06-18 Chris Johns <chrisj@rtems.org>
* psx04/task3.c: Declare unions volatile to workaround the H8300
gcc bug.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-06-18 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
|
* psx04/task3.c: Declare unions volatile to workaround the H8300
|
||||||
|
gcc bug.
|
||||||
|
|
||||||
2009-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
|
* Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ void *Task_3(
|
|||||||
unsigned int remaining;
|
unsigned int remaining;
|
||||||
int status;
|
int status;
|
||||||
int sig;
|
int sig;
|
||||||
union sigval value;
|
volatile union sigval value; /* should be removed once the H8300 target is fixed */
|
||||||
sigset_t mask;
|
sigset_t mask;
|
||||||
siginfo_t info;
|
siginfo_t info;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user