projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131263f
)
libgcc2.c (__moddi3): Cast &w to UDWtype*.
author
Andrew Pinski
<pinskia@gcc.gnu.org>
Fri, 8 Oct 2004 02:55:15 +0000
(19:55 -0700)
committer
Andrew Pinski
<pinskia@gcc.gnu.org>
Fri, 8 Oct 2004 02:55:15 +0000
(19:55 -0700)
2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
* libgcc2.c (__moddi3): Cast &w to UDWtype*.
From-SVN: r88734
gcc/libgcc2.c
patch
|
blob
|
history
diff --git
a/gcc/libgcc2.c
b/gcc/libgcc2.c
index 3c9e970484516d70001ccefabf85d971283b4745..eaa55f4175499da50674c6e6c1d27c6e82eaed42 100644
(file)
--- a/
gcc/libgcc2.c
+++ b/
gcc/libgcc2.c
@@
-1022,7
+1022,7
@@
__moddi3 (DWtype u, DWtype v)
if (vv.s.high < 0)
vv.ll = -vv.ll;
- (void) __udivmoddi4 (uu.ll, vv.ll, &w);
+ (void) __udivmoddi4 (uu.ll, vv.ll,
(UDWtype*)
&w);
if (c)
w = -w;