summaryrefslogtreecommitdiff
path: root/src/base/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/types.hh')
-rw-r--r--src/base/types.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/types.hh b/src/base/types.hh
index d07c370ab..a53f4db9d 100644
--- a/src/base/types.hh
+++ b/src/base/types.hh
@@ -165,6 +165,9 @@ isRomMicroPC(MicroPC upc)
const Addr MaxAddr = (Addr)-1;
+typedef uint64_t RegVal;
+typedef double FloatRegVal;
+
/**
* Thread index/ID type
*/