summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq_unit_impl.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-09 17:21:37 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-09 17:21:37 -0400
commitcaca57421b32410f6ff1356ae75684891337073f (patch)
tree705b165857f882cc2daefbe15504bea713c6c094 /src/cpu/o3/lsq_unit_impl.hh
parentc14c78fa3ed76d8d31d958724246d401d20396ea (diff)
downloadgem5-caca57421b32410f6ff1356ae75684891337073f.tar.xz
Two minor fixes.
src/cpu/o3/lsq_unit_impl.hh: Missed this name change. src/cpu/thread_state.cc: Fix for stats. --HG-- extra : convert_revision : 50ea862f97f2fbc75c1c03d5700df1e8f2c0d122
Diffstat (limited to 'src/cpu/o3/lsq_unit_impl.hh')
-rw-r--r--src/cpu/o3/lsq_unit_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/lsq_unit_impl.hh b/src/cpu/o3/lsq_unit_impl.hh
index 9f3a123a0..6f32ec304 100644
--- a/src/cpu/o3/lsq_unit_impl.hh
+++ b/src/cpu/o3/lsq_unit_impl.hh
@@ -853,7 +853,7 @@ LSQUnit<Impl>::recvRetry()
if (dcachePort->sendTiming(retryPkt)) {
storePostSend(retryPkt);
- sendingPkt = NULL;
+ retryPkt = NULL;
isStoreBlocked = false;
} else {
// Still blocked!