From 0c3817b3d388ed029d7b234eadaf65445754e012 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 10 Dec 2004 07:10:24 +0000 Subject: 2004-12-10 Ralf Corsepius PR 733/rtems * rtems/score/cpu.h: Remove output arg from inline asm in _CPU_ISR_Disable. --- cpukit/score/cpu/h8300/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/h8300/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index d0d340e093..aeaab05e37 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -675,7 +675,7 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); do { \ unsigned char __ccr; \ asm volatile( "stc ccr, %0 ; orc #0x80,ccr " \ - : "=m" (__ccr) : "0" (__ccr) ); \ + : "=m" (__ccr) /* : "0" (__ccr) */ ); \ (_isr_cookie) = __ccr; \ } while (0) #else -- cgit v1.2.3