diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 03:10:34 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 03:10:34 -0500 |
commit | 890eb2432d3535727cd2f5f08ccdaec918774022 (patch) | |
tree | d35d1fb87d25d3f4498e1ab57ba59a19277057f7 | |
parent | 7c4c623302dca7da95b1c95d4968f4ef76de391d (diff) | |
download | gem5-890eb2432d3535727cd2f5f08ccdaec918774022.tar.xz |
Removed the commented out declaration of the Addr type.
--HG--
extra : convert_revision : 70612a3efc877febbff0c8fb9065dea7e1d12cd8
-rw-r--r-- | arch/alpha/isa_traits.hh | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |