From 7c4dc4491a6367888154129d2799b5f564ecb0d9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 31 Aug 2010 09:50:49 -0700 Subject: ARM: Get rid of the checkFpEnableFault function in ARM. --- src/arch/arm/utility.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/arch/arm') 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 - Fault - checkFpEnableFault(XC *xc) - { - return NoFault; - } - static inline void copyRegs(ThreadContext *src, ThreadContext *dest) { -- cgit v1.2.3