From 44ed4849d468b8188bdfc273c8e9a03a8f31c263 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 27 Sep 2011 00:24:43 -0700 Subject: Faults: Replace calls to genMachineCheckFault with M5PanicFault. --- src/arch/mips/faults.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/arch/mips') diff --git a/src/arch/mips/faults.hh b/src/arch/mips/faults.hh index e78abbb43..89b6924c6 100644 --- a/src/arch/mips/faults.hh +++ b/src/arch/mips/faults.hh @@ -128,11 +128,6 @@ class MachineCheckFault : public MipsFault bool isMachineCheckFault() { return true; } }; -static inline Fault genMachineCheckFault() -{ - return new MachineCheckFault; -} - class ResetFault : public MipsFault { public: -- cgit v1.2.3