projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebf5c5b
)
ARM: Get rid of the checkFpEnableFault function in ARM.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 31 Aug 2010 16:50:49 +0000
(09:50 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 31 Aug 2010 16:50:49 +0000
(09:50 -0700)
src/arch/arm/utility.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/utility.hh
b/src/arch/arm/utility.hh
index c2daff99f27b0630de517a17d0b32cf76dc84f88..57b2423d39b50b119ba201830c45efd26680dace 100644
(file)
--- a/
src/arch/arm/utility.hh
+++ b/
src/arch/arm/utility.hh
@@
-101,13
+101,6
@@
namespace ArmISA {
tc->activate(0);
}
- template <class XC>
- Fault
- checkFpEnableFault(XC *xc)
- {
- return NoFault;
- }
-
static inline void
copyRegs(ThreadContext *src, ThreadContext *dest)
{