提交 3ca50792 编写于 作者: R Ralf Baechle

[MIPS] __ucmpdi2 arguments are unsigned long long.

Reported by Eugene Surovegin <ebs@ebshome.net>.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 18954864
......@@ -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};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册