Commit b89a6f69 by Richard Kenner

(__umoddi3): Correct type of variable `w'.

From-SVN: r7324
parent 246e00f2
...@@ -707,7 +707,7 @@ UDItype ...@@ -707,7 +707,7 @@ UDItype
__umoddi3 (u, v) __umoddi3 (u, v)
UDItype u, v; UDItype u, v;
{ {
DItype w; UDItype w;
(void) __udivmoddi4 (u, v, &w); (void) __udivmoddi4 (u, v, &w);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment