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:
@@ -15,6 +15,6 @@ void rtems_bsp_delay(int num)
|
||||
{
|
||||
while (num--)
|
||||
{
|
||||
asm ("nop");
|
||||
__asm__ ("nop");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user