From 0f8fd5fd689a3631a5896a1c098e6e561aa6a80e Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 7 Dec 2006 18:47:33 -0500 Subject: Fix for squashing during a serializing instruction. --HG-- extra : convert_revision : 04f9131258bfb7cca1654e00273edb29bde2366b --- src/cpu/o3/rename.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/o3/rename.hh') diff --git a/src/cpu/o3/rename.hh b/src/cpu/o3/rename.hh index 177b9cb87..1ede6f355 100644 --- a/src/cpu/o3/rename.hh +++ b/src/cpu/o3/rename.hh @@ -411,6 +411,10 @@ class DefaultRename /** Whether or not rename needs to block this cycle. */ bool blockThisCycle; + /** Whether or not rename needs to resume a serialize instruction + * after squashing. */ + bool resumeSerialize; + /** The number of threads active in rename. */ unsigned numThreads; -- cgit v1.2.3