pull 32bit fixes
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 08 Jul 2010 09:54:57 +0200
changeset 6545 9c3235b574f8
parent 6543 1d64d3bac8ce (current diff)
parent 6544 9a327db25273 (diff)
child 6547 5c8af38a9489
pull 32bit fixes
--- a/src/simulator/high-precision-cairo.cc	Thu Jul 08 09:48:41 2010 +0200
+++ b/src/simulator/high-precision-cairo.cc	Thu Jul 08 09:54:57 2010 +0200
@@ -38,7 +38,7 @@
   ub = _cairo_int128_to_uint128 (sb);                                   \
   ua = negA ? _cairo_uint128_negate (ua) : ua;                          \
   ub = negB ? _cairo_uint128_negate (ub) : ub;                          \
-  negResult = (negA && !negB) || (!negA && negB);})
+  (negA && !negB) || (!negA && negB);})
 
 void
 HighPrecision::Mul (HighPrecision const &o)