diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 16:26:31 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 16:26:31 -0500 |
commit | 68d7382cf37a3f765a7cc650fcef04fb1548fa39 (patch) | |
tree | df11fec7d7434ed60804bf367904215dfb45dfcc /arch/alpha | |
parent | e3d96aa889680469be44bb9cd59d3db837cb4dc4 (diff) | |
download | gem5-68d7382cf37a3f765a7cc650fcef04fb1548fa39.tar.xz |
Eliminated TARGET_ALPHA, since THE_ISA provides the same function.
--HG--
extra : convert_revision : eb173a553b0782891e8b4a8e227bfb647390883a
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/isa_traits.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/isa_traits.hh b/arch/alpha/isa_traits.hh index 878193881..d09b39a09 100644 --- a/arch/alpha/isa_traits.hh +++ b/arch/alpha/isa_traits.hh @@ -43,8 +43,6 @@ class FastCPU; class FullCPU; class Checkpoint; -#define TARGET_ALPHA - class StaticInst; class StaticInstPtr; |