forked from Imagelibrary/rtems
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* hw_init/hw_init.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>
|
||||||
|
|
||||||
|
* hw_init/hw_init.c:
|
||||||
|
Use "__asm__" instead of "asm" for improved c99-compliance.
|
||||||
|
|
||||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ void bsp_cache_on(void)
|
|||||||
SH7750_CCR);
|
SH7750_CCR);
|
||||||
break;
|
break;
|
||||||
case SH4_BOOT_MODE_IPL:
|
case SH4_BOOT_MODE_IPL:
|
||||||
asm volatile (
|
__asm__ volatile (
|
||||||
"mov #6, r0\n"
|
"mov #6, r0\n"
|
||||||
"xor r4, r4\n"
|
"xor r4, r4\n"
|
||||||
"trapa #0x3f\n"
|
"trapa #0x3f\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user