cpu: Fix retry bug in MinorCPU LSQ
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 20 Jan 2015 13:11:58 +0000 (08:11 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 20 Jan 2015 13:11:58 +0000 (08:11 -0500)
src/cpu/minor/lsq.cc

index 49daa3518bb24f38349cb5be7d860bb3b7c0dced..28c3546b6f79b7075e939ddaa88ba49eee1a31a1 100644 (file)
@@ -1277,9 +1277,9 @@ LSQ::recvRetry()
             assert(false);
             break;
         }
-    }
 
-    retryRequest = NULL;
+        retryRequest = NULL;
+    }
 }
 
 LSQ::LSQ(std::string name_, std::string dcache_port_name_,