From 1e665a571693a8c79f64059d14d999be358a59c9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 31 May 1996 19:01:59 +0000 Subject: corrected minor problem in Eric Norum's changes in the bfffo macro. --- c/src/exec/score/cpu/m68k/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/exec/score/cpu/m68k/cpu.h b/c/src/exec/score/cpu/m68k/cpu.h index 6f2a1f9cb1..9a18d933b3 100644 --- a/c/src/exec/score/cpu/m68k/cpu.h +++ b/c/src/exec/score/cpu/m68k/cpu.h @@ -310,7 +310,7 @@ unsigned32 _CPU_ISR_Get_level( void ); #if ( M68K_HAS_BFFFO == 1 ) #define _CPU_Bitfield_Find_first_bit( _value, _output ) \ - asm volatile( "bfffo (%1),#0,#16,%0" : "=d" (_output), "=a" (&_value)); + asm volatile( "bfffo (%1),#0,#16,%0" : "=d" (_output), "a" (&_value)); #else -- cgit v1.2.3