summaryrefslogtreecommitdiff
path: root/sim/system.hh
diff options
context:
space:
mode:
authorBenjamin Nash <benash@umich.edu>2005-06-28 14:03:04 -0400
committerBenjamin Nash <benash@umich.edu>2005-06-28 14:03:04 -0400
commitbc76a807af2a2a874be461f0c6be9a6c5ec8bfad (patch)
tree423bd4e153fcc425dc9b7266978bd42778e55c32 /sim/system.hh
parent8b042182626b94ed6380f0ba6b99c0e862aa710f (diff)
parent036a8ceb8da8aff10b819b4aab32584d41282a64 (diff)
downloadgem5-bc76a807af2a2a874be461f0c6be9a6c5ec8bfad.tar.xz
Merge m5read@m5.eecs.umich.edu:/bk/m5
into zed.eecs.umich.edu:/z/benash/bk/m5 --HG-- extra : convert_revision : 453615c8194ae9ca96330b7493c6b19fc89c3a72
Diffstat (limited to 'sim/system.hh')
-rw-r--r--sim/system.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/system.hh b/sim/system.hh
index c3e4d6d68..ab6d264ea 100644
--- a/sim/system.hh
+++ b/sim/system.hh
@@ -128,6 +128,11 @@ class System : public SimObject
public:
/**
+ * Set the m5AlphaAccess pointer in the console
+ */
+ void setAlphaAccess(Addr access);
+
+ /**
* Returns the addess the kernel starts at.
* @return address the kernel starts at
*/