From 7c642b710679f01d4ec43e6562dd854180dd8c41 Mon Sep 17 00:00:00 2001
From: Gabe Black <gblack@eecs.umich.edu>
Date: Sun, 19 Feb 2006 04:00:05 -0500
Subject: Reapplied changes which were undone by a pull

arch/alpha/faults.hh:
kern/linux/linux.hh:
    Added typedef for Addr
kern/tru64/tru64.hh:
    Fixed up namespaces

--HG--
extra : convert_revision : bf968e615bc0acc96abeb0eec0872f5b02b5a065
---
 arch/alpha/faults.hh | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'arch/alpha')

diff --git a/arch/alpha/faults.hh b/arch/alpha/faults.hh
index 06605861a..7676d751c 100644
--- a/arch/alpha/faults.hh
+++ b/arch/alpha/faults.hh
@@ -34,6 +34,8 @@
 
 class AlphaFault : public Fault
 {
+  protected:
+    typedef TheISA::Addr Addr;
   public:
     AlphaFault(char * newName, int newId, Addr newVect)
         : Fault(newName, newId), vect(newVect)
-- 
cgit v1.2.3