projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43345bf
)
Alpha: Get rid of function prototypes with no implementations.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 9 Jul 2009 06:02:21 +0000
(23:02 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 9 Jul 2009 06:02:21 +0000
(23:02 -0700)
src/arch/alpha/utility.hh
patch
|
blob
|
history
diff --git
a/src/arch/alpha/utility.hh
b/src/arch/alpha/utility.hh
index 76c6c57261175c22025e3685657298864fade183..f20025f1811883f2db498327fa4be626fe163b54 100644
(file)
--- a/
src/arch/alpha/utility.hh
+++ b/
src/arch/alpha/utility.hh
@@
-111,10
+111,6
@@
makeRegisterCopy(int dest, int src)
return 0;
}
-// Machine operations
-void saveMachineReg(AnyReg &savereg, const RegFile ®_file, int regnum);
-void restoreMachineReg(RegFile ®s, const AnyReg ®, int regnum);
-
/**
* Function to insure ISA semantics about 0 registers.
* @param tc The thread context.