From 05d72d5e0963d866ba998b86e1af2d4f7e69ba82 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 08:56:10 +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 * context.c, cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Use "__asm__" instead of "asm" for improved c99-compliance. --- cpukit/score/cpu/sh/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/sh/context.c') diff --git a/cpukit/score/cpu/sh/context.c b/cpukit/score/cpu/sh/context.c index 87ab81e46a..ddeb4874d3 100644 --- a/cpukit/score/cpu/sh/context.c +++ b/cpukit/score/cpu/sh/context.c @@ -201,7 +201,7 @@ __CPU_Context_switch:\n\ :: "i" (sizeof(Context_Control)) ); - asm volatile("\n\ + __asm__ volatile("\n\ .global __CPU_Context_restore\n\ __CPU_Context_restore:\n\ mov.l @r4+,r15\n\ -- cgit v1.2.3