summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-11-05 20:29:38 -0500
committerKevin Lim <ktlim@umich.edu>2006-11-05 20:29:38 -0500
commit067c9c5531cb591aa7a2472ebbe366683fcfeb0d (patch)
tree5b62a3a8477300e1b042971db6bdb6a501add7b6 /src/cpu
parentde90ae482507207566139c58911bc8e2894ad856 (diff)
downloadgem5-067c9c5531cb591aa7a2472ebbe366683fcfeb0d.tar.xz
Initialize pointer to NULL.
src/cpu/o3/lsq_unit_impl.hh: Be sure to initialize pointer to NULL. --HG-- extra : convert_revision : 917d5119e4bd8eae10959ed07069d8c694315c7a
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/o3/lsq_unit_impl.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/lsq_unit_impl.hh b/src/cpu/o3/lsq_unit_impl.hh
index d940d7cb3..9a0e48819 100644
--- a/src/cpu/o3/lsq_unit_impl.hh
+++ b/src/cpu/o3/lsq_unit_impl.hh
@@ -131,6 +131,7 @@ LSQUnit<Impl>::init(Params *params, LSQ *lsq_ptr, unsigned maxLQEntries,
usedPorts = 0;
cachePorts = params->cachePorts;
+ retryPkt = NULL;
memDepViolator = NULL;
blockedLoadSeqNum = 0;