forked from Imagelibrary/rtems
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/milkymist_networking/network.c: Use "__asm__" instead of "asm" for improved c99-compliance.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/milkymist_networking/network.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/milkymist_timer/timer.c, shared/timer/timer.c:
|
||||
|
||||
@@ -297,7 +297,7 @@ static void minimac_rxDaemon(void *arg)
|
||||
|
||||
for (j = 0 ; j < NB_RX_SLOTS ; j++) {
|
||||
if (minimac_read(rx_slot_state[j]) == MINIMAC_STATE_PENDING) {
|
||||
asm volatile( /* Invalidate Level-1 data cache */
|
||||
__asm__ volatile( /* Invalidate Level-1 data cache */
|
||||
"wcsr DCC, r0\n"
|
||||
"nop\n"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user