summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-07-09 11:58:45 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-07-09 11:58:45 +0000
commit881f0868e87071a74802b9d5fe6b2045bba8e412 (patch)
treeee7f711bf9fae7373eeb3766616e4c529f1ee34c /include
parent493c987f7a352ca64fdb4dc03a21e24cbaf46f55 (diff)
DECstation resp. R3000 related -Werror fixes
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/param.h b/include/asm-mips/param.h
index 618570482..82110a4e0 100644
--- a/include/asm-mips/param.h
+++ b/include/asm-mips/param.h
@@ -25,7 +25,7 @@
__asm__("multu\t%2,%3\n\t" \
:"=h" (__res), "=l" (lo) \
:"r" (a),"r" (QUOTIENT)); \
- __res;})
+ (__typeof__(a)) __res;})
#else
# define HZ 100
# define HZ_TO_STD(a) (a)