projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92585d6
)
cpu: Fix retry bug in MinorCPU LSQ
author
Andreas Hansson
<andreas.hansson@arm.com>
Tue, 20 Jan 2015 13:11:58 +0000
(08:11 -0500)
committer
Andreas Hansson
<andreas.hansson@arm.com>
Tue, 20 Jan 2015 13:11:58 +0000
(08:11 -0500)
src/cpu/minor/lsq.cc
patch
|
blob
|
history
diff --git
a/src/cpu/minor/lsq.cc
b/src/cpu/minor/lsq.cc
index 49daa3518bb24f38349cb5be7d860bb3b7c0dced..28c3546b6f79b7075e939ddaa88ba49eee1a31a1 100644
(file)
--- a/
src/cpu/minor/lsq.cc
+++ b/
src/cpu/minor/lsq.cc
@@
-1277,9
+1277,9
@@
LSQ::recvRetry()
assert(false);
break;
}
- }
- retryRequest = NULL;
+ retryRequest = NULL;
+ }
}
LSQ::LSQ(std::string name_, std::string dcache_port_name_,