forked from Imagelibrary/rtems
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/mc68ec.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>
|
||||
|
||||
* console/mc68ec.c:
|
||||
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||
|
||||
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* timer/timer.c: Include <rtems/btimer.h>.
|
||||
|
||||
@@ -15,6 +15,6 @@ void rtems_bsp_delay(int num)
|
||||
{
|
||||
while (num--)
|
||||
{
|
||||
asm ("nop");
|
||||
__asm__ ("nop");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user