Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ca50792 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] __ucmpdi2 arguments are unsigned long long.



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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 18954864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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};