From 29676286c8b52014c44f5001ff2d039881189030 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 22 Oct 2010 00:23:19 -0700 Subject: ISA: Simplify various implementations of completeAcc. --- src/arch/power/isa/formats/mem.isa | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/arch/power/isa') diff --git a/src/arch/power/isa/formats/mem.isa b/src/arch/power/isa/formats/mem.isa index 3bcf0633a..014e4ff5a 100644 --- a/src/arch/power/isa/formats/mem.isa +++ b/src/arch/power/isa/formats/mem.isa @@ -212,15 +212,7 @@ def template StoreCompleteAcc {{ %(CPU_exec_context)s *xc, Trace::InstRecord *traceData) const { - Fault fault = NoFault; - - %(op_dest_decl)s; - - if (fault == NoFault) { - %(op_wb)s; - } - - return fault; + return NoFault; } }}; -- cgit v1.2.3