X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68k%2Flib%2Fashldi3.c;h=7729f33878d1c43b17efeb81a7b229e049896c03;hb=720b94a4e7548e78be55ab8fd3be4686c57dc808;hp=008403eb8ce2b6a1545f827148f62ec87ef55a31;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/arch/m68k/lib/ashldi3.c b/arch/m68k/lib/ashldi3.c index 008403eb8..7729f3387 100644 --- a/arch/m68k/lib/ashldi3.c +++ b/arch/m68k/lib/ashldi3.c @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ #define BITS_PER_UNIT 8 -typedef int SItype __attribute__ ((mode (SI))); +typedef int SItype __attribute__ ((mode (SI))); typedef unsigned int USItype __attribute__ ((mode (SI))); typedef int DItype __attribute__ ((mode (DI))); typedef int word_type __attribute__ ((mode (__word__)));