projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008bca4
)
Got rid of some dead code.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Mar 2006 23:20:14 +0000
(18:20 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Mar 2006 23:20:14 +0000
(18:20 -0500)
--HG--
extra : convert_revision :
591312f1e57953a3b03639cef1a3ff6bd08f5f67
arch/alpha/isa_traits.hh
patch
|
blob
|
history
diff --git
a/arch/alpha/isa_traits.hh
b/arch/alpha/isa_traits.hh
index 7881685e4a0337bdb30099d3fa752b0666668074..ea55583647487d1be1bce5be70f90695d03fc140 100644
(file)
--- a/
arch/alpha/isa_traits.hh
+++ b/
arch/alpha/isa_traits.hh
@@
-218,16
+218,6
@@
extern const int reg_redir[NumIntRegs];
void restoreMachineReg(RegFile ®s, const AnyReg ®,
int regnum);
-#if 0
- static void serializeSpecialRegs(const Serializable::Proxy &proxy,
- const RegFile ®s);
-
- static void unserializeSpecialRegs(const IniFile *db,
- const std::string &category,
- ConfigNode *node,
- RegFile ®s);
-#endif
-
/**
* Function to insure ISA semantics about 0 registers.
* @param xc The execution context.