From 099ea99151c18594a31cc36c0125517794549a9f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 13:03:48 +0000 Subject: =?UTF-8?q?2011-02-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sh7032/delay/delay.c, sh7032/score/cpu_asm.c, sh7032/score/ispsh7032.c, sh7045/sci/sci.c, sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c, shgdb/score/cpu_asm.c, shgdb/score/ispshgdb.c: Use "__asm__" instead of "asm" for improved c99-compliance. --- c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c') diff --git a/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c b/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c index ed63834101..c487f43445 100644 --- a/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c +++ b/c/src/lib/libcpu/sh/shgdb/score/ispshgdb.c @@ -93,7 +93,7 @@ _dummy_isp * We try to work around this problem by using the macro below. */ #define isp( name, number, func)\ -asm (".global _"Str(name)"\n\t"\ +__asm__ (".global _"Str(name)"\n\t"\ "_"Str(name)": \n\t"\ " mov.l r0,@-r15 \n\t"\ " mov.l r1,@-r15 \n\t"\ -- cgit v1.2.3