From 799c3da8d0086bfdfbae532e05018828387e4497 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Thu, 17 Mar 2011 19:20:19 -0500 Subject: O3: Send instruction back to fetch on squash to seed predecoder correctly. --- src/arch/power/predecoder.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/arch/power') diff --git a/src/arch/power/predecoder.hh b/src/arch/power/predecoder.hh index 8b1089095..c10bc51bf 100644 --- a/src/arch/power/predecoder.hh +++ b/src/arch/power/predecoder.hh @@ -82,6 +82,12 @@ class Predecoder emiIsReady = false; } + void + reset(const ExtMachInst &old_emi) + { + reset(); + } + // Use this to give data to the predecoder. This should be used // when there is control flow. void -- cgit v1.2.3