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

From-SVN: r7324
This commit is contained in:
Richard Kenner 1994-05-17 18:56:16 -04:00
parent 246e00f2ff
commit b89a6f69c3
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ UDItype
__umoddi3 (u, v)
UDItype u, v;
{
DItype w;
UDItype w;
(void) __udivmoddi4 (u, v, &w);