projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1895486
)
[MIPS] __ucmpdi2 arguments are unsigned long long.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 26 Jun 2007 17:37:20 +0000
(19:37 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 26 Jun 2007 17:57:32 +0000
(19:57 +0200)
Reported by Eugene Surovegin <ebs@ebshome.net>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/ucmpdi2.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/lib/ucmpdi2.c
b/arch/mips/lib/ucmpdi2.c
index e9ff258ef0282219d3d1138e11803949e08df3a8..e2ff6072b5a3b9a2b4ecb3989e83b02ce5d62c4b 100644
(file)
--- a/
arch/mips/lib/ucmpdi2.c
+++ b/
arch/mips/lib/ucmpdi2.c
@@
-2,7
+2,7
@@
#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 bu = {.ll = b};