changeset 899c0e7e85f1 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=899c0e7e85f1
description:
        cpu: Fix retry bug in MinorCPU LSQ

diffstat:

 src/cpu/minor/lsq.cc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 17d8d0a624a0 -r 899c0e7e85f1 src/cpu/minor/lsq.cc
--- a/src/cpu/minor/lsq.cc      Tue Jan 20 08:11:55 2015 -0500
+++ b/src/cpu/minor/lsq.cc      Tue Jan 20 08:11:58 2015 -0500
@@ -1277,9 +1277,9 @@
             assert(false);
             break;
         }
+
+        retryRequest = NULL;
     }
-
-    retryRequest = NULL;
 }
 
 LSQ::LSQ(std::string name_, std::string dcache_port_name_,
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to