(__umoddi3): Correct type of variable `w'.
From-SVN: r7324
This commit is contained in:
parent
246e00f2ff
commit
b89a6f69c3
@ -707,7 +707,7 @@ UDItype
|
||||
__umoddi3 (u, v)
|
||||
UDItype u, v;
|
||||
{
|
||||
DItype w;
|
||||
UDItype w;
|
||||
|
||||
(void) __udivmoddi4 (u, v, &w);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user