diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-08-31 09:50:49 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-08-31 09:50:49 -0700 |
commit | 7c4dc4491a6367888154129d2799b5f564ecb0d9 (patch) | |
tree | d1eba668302f55d892a443673033ce7dbac52435 | |
parent | ebf5c5b91b4443d2bbf775c117e21624c19777c4 (diff) | |
download | gem5-7c4dc4491a6367888154129d2799b5f564ecb0d9.tar.xz |
ARM: Get rid of the checkFpEnableFault function in ARM.
-rw-r--r-- | src/arch/arm/utility.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/arm/utility.hh b/src/arch/arm/utility.hh index c2daff99f..57b2423d3 100644 --- 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) { |