Browse Source

[MIPS] __ucmpdi2 arguments are unsigned long long.

Reported by Eugene Surovegin <ebs@ebshome.net>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 năm trước cách đây
mục cha
commit
3ca507920d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      arch/mips/lib/ucmpdi2.c

+ 1 - 1
arch/mips/lib/ucmpdi2.c

@@ -2,7 +2,7 @@
 
 
 #include "libgcc.h"
 #include "libgcc.h"
 
 
-word_type __ucmpdi2 (unsigned long a, unsigned long b)
+word_type __ucmpdi2 (unsigned long long a, unsigned long long b)
 {
 {
 	const DWunion au = {.ll = a};
 	const DWunion au = {.ll = a};
 	const DWunion bu = {.ll = b};
 	const DWunion bu = {.ll = b};