summaryrefslogtreecommitdiff
path: root/dev/alpha_access.h
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-06-27 17:04:43 -0400
committerNathan Binkert <binkertn@umich.edu>2005-06-27 17:04:43 -0400
commit10a906be528df1e7495a68f415833a27e8279840 (patch)
treeda3ad6069de6be7c9782480252d848a90613d1d6 /dev/alpha_access.h
parentc4029ecb306e95a188edf0b8d20a87f1e03e32fe (diff)
downloadgem5-10a906be528df1e7495a68f415833a27e8279840.tar.xz
Update for console code reorganization
dev/alpha_access.h: Update the ALPHA_ACCESS_VERSION move typedefs to this file since they're only used here. dev/alpha_console.cc: formatting sim/system.cc: xxm -> m5 --HG-- extra : convert_revision : 3aeca50d1385034f5a1e20dd8b0abd03bd6f26f0
Diffstat (limited to 'dev/alpha_access.h')
-rw-r--r--dev/alpha_access.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/alpha_access.h b/dev/alpha_access.h
index c0a571ced..07350d622 100644
--- a/dev/alpha_access.h
+++ b/dev/alpha_access.h
@@ -33,12 +33,15 @@
* System Console Memory Mapped Register Definition
*/
-#define ALPHA_ACCESS_VERSION (1301)
+#define ALPHA_ACCESS_VERSION (1302)
#ifndef CONSOLE
#include <iosfwd>
#include <string>
class Checkpoint;
+#else
+typedef unsigned uint32_t;
+typedef unsigned long uint64_t;
#endif
// This structure hacked up from simos