src/simulator/high-precision-cairo.h
changeset 6618 b3597c013780
parent 6610 9d414b94c46d
child 6620 b47b2f59d6a8
--- a/src/simulator/high-precision-cairo.h	Tue Aug 17 21:28:08 2010 -0700
+++ b/src/simulator/high-precision-cairo.h	Wed Aug 18 13:58:38 2010 -0700
@@ -60,6 +60,8 @@
 
   inline int Compare (HighPrecision const &o) const;
   inline static HighPrecision Zero (void);
+  int64_t GetHigh (void) const;
+  uint64_t GetLow (void) const;
 private:
   static cairo_uint128_t  Umul (cairo_uint128_t a, cairo_uint128_t b);
   static cairo_uint128_t Udiv (cairo_uint128_t a, cairo_uint128_t b);