From 890eb2432d3535727cd2f5f08ccdaec918774022 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 4 Mar 2006 03:10:34 -0500 Subject: Removed the commented out declaration of the Addr type. --HG-- extra : convert_revision : 70612a3efc877febbff0c8fb9065dea7e1d12cd8 --- arch/alpha/isa_traits.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/alpha/isa_traits.hh b/arch/alpha/isa_traits.hh index 938ba696e..b8aeffdde 100644 --- a/arch/alpha/isa_traits.hh +++ b/arch/alpha/isa_traits.hh @@ -57,7 +57,6 @@ namespace AlphaISA { typedef uint32_t MachInst; -// typedef uint64_t Addr; typedef uint8_t RegIndex; enum { -- cgit v1.2.3