mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 19:46:25 +07:00
[MIPS] __ucmpdi2 arguments are unsigned long long.
Reported by Eugene Surovegin <ebs@ebshome.net>. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
189548642c
commit
3ca507920d
@ -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};
|
||||||
|
Loading…
Reference in New Issue
Block a user