src/simulator/high-precision-double.h
changeset 170 9f68cb694f40
parent 168 037cd2b37c67
child 1696 0de65f4c8c43
--- a/src/simulator/high-precision-double.h	Mon Dec 04 10:17:53 2006 +0100
+++ b/src/simulator/high-precision-double.h	Mon Dec 04 10:33:02 2006 +0100
@@ -36,11 +36,10 @@
 {
 public:
   HighPrecision ();
-  HighPrecision (int64_t high, int64_t low);
+  HighPrecision (int64_t value, bool dummy);
   HighPrecision (double value);
   
-  int64_t GetHigh (void) const;
-  int64_t GetLow (void) const;
+  int64_t GetInteger (void) const;
   double GetDouble (void) const;
   bool Add (HighPrecision const &o);
   bool Sub (HighPrecision const &o);