diff options
Diffstat (limited to 'src/arch/mips/ashldi3.c')
-rw-r--r-- | src/arch/mips/ashldi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/ashldi3.c b/src/arch/mips/ashldi3.c index 9ee40efa41..f68d78ed60 100644 --- a/src/arch/mips/ashldi3.c +++ b/src/arch/mips/ashldi3.c @@ -19,7 +19,7 @@ #errror "What endian are you!?" #endif -typedef unsigned word_type; +typedef unsigned int word_type; long long __ashldi3(long long u, word_type b); struct DWstruct { |