Changeset 1b35f83 in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
02/11/11 12:40:18 (13 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
90b6801
Parents:
6e1990d
Message:

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • hw_init/hw_init.c: Use "asm" instead of "asm" for improved c99-compliance.
Location:
c/src/lib/libbsp/sh/gensh4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh4/ChangeLog

    r6e1990d r1b35f83  
     12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * hw_init/hw_init.c:
     4        Use "__asm__" instead of "asm" for improved c99-compliance.
     5
    162011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/gensh4/hw_init/hw_init.c

    r6e1990d r1b35f83  
    280280            break;
    281281        case SH4_BOOT_MODE_IPL:
    282             asm volatile (
     282            __asm__ volatile (
    283283                "mov     #6, r0\n"
    284284                "xor     r4, r4\n"
Note: See TracChangeset for help on using the changeset viewer.