Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/216150a6dc2c59a5ade398cad849a0c093572d12

>---------------------------------------------------------------

commit 216150a6dc2c59a5ade398cad849a0c093572d12
Author: Ian Lynagh <[email protected]>
Date:   Thu Mar 15 17:08:26 2012 +0000

    Win64 fix

>---------------------------------------------------------------

 cbits/gmp-wrappers.cmm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cbits/gmp-wrappers.cmm b/cbits/gmp-wrappers.cmm
index 0ef7f19..002aa04 100644
--- a/cbits/gmp-wrappers.cmm
+++ b/cbits/gmp-wrappers.cmm
@@ -280,7 +280,7 @@ name                                                        
            \
                                                                         \
   s1 = W_TO_INT(R1);                                                    \
   d1 = R2;                                                              \
-  ul = R3;                                                              \
+  ul = W_TO_INT(R3);                                                    \
                                                                         \
   mp_tmp     = Sp - 1 * SIZEOF_MP_INT;                                  \
   mp_result  = Sp - 2 * SIZEOF_MP_INT;                                  \



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to