From 83aa47adca17be33d53da6734ea422e1e0e2a07c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 19 Sep 2011 02:40:19 -0700 Subject: PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts. --- src/arch/arm/isa/templates/pred.isa | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arch/arm/isa/templates') diff --git a/src/arch/arm/isa/templates/pred.isa b/src/arch/arm/isa/templates/pred.isa index 8b7ff69e7..8d9d16492 100644 --- a/src/arch/arm/isa/templates/pred.isa +++ b/src/arch/arm/isa/templates/pred.isa @@ -196,9 +196,7 @@ def template QuiescePredOpExecute {{ } } else { xc->setPredicate(false); -#if FULL_SYSTEM PseudoInst::quiesceSkip(xc->tcBase()); -#endif } return fault; @@ -224,9 +222,7 @@ def template QuiescePredOpExecuteWithFixup {{ } else { xc->setPredicate(false); %(pred_fixup)s; -#if FULL_SYSTEM PseudoInst::quiesceSkip(xc->tcBase()); -#endif } return fault; -- cgit v1.2.3