projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee6e7a
)
Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here any...
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Mar 2006 22:57:44 +0000
(17:57 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Mar 2006 22:57:44 +0000
(17:57 -0500)
--HG--
extra : convert_revision :
443ae3fe4d7ac99ef5cbd1366266604bb13761c3
arch/alpha/types.hh
patch
|
blob
|
history
diff --git
a/arch/alpha/types.hh
b/arch/alpha/types.hh
index 17d1d262d04479c6633486dae08b290b26390ced..7af3bebd87555346bc7eca513efa8f820f37ed8d 100644
(file)
--- a/
arch/alpha/types.hh
+++ b/
arch/alpha/types.hh
@@
-29,7
+29,6
@@
#ifndef __ARCH_ALPHA_TYPES_HH__
#define __ARCH_ALPHA_TYPES_HH__
-#include "config/full_system.hh"
#include "sim/host.hh"
namespace AlphaISA
@@
-60,10
+59,6
@@
namespace AlphaISA
double d;
} FloatReg;
-#if FULL_SYSTEM
- typedef uint64_t InternalProcReg;
-#endif
-
// control register file contents
typedef uint64_t MiscReg;