projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de90ae4
)
Initialize pointer to NULL.
author
Kevin Lim
<ktlim@umich.edu>
Mon, 6 Nov 2006 01:29:38 +0000
(20:29 -0500)
committer
Kevin Lim
<ktlim@umich.edu>
Mon, 6 Nov 2006 01:29:38 +0000
(20:29 -0500)
src/cpu/o3/lsq_unit_impl.hh:
Be sure to initialize pointer to NULL.
--HG--
extra : convert_revision :
917d5119e4bd8eae10959ed07069d8c694315c7a
src/cpu/o3/lsq_unit_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/lsq_unit_impl.hh
b/src/cpu/o3/lsq_unit_impl.hh
index d940d7cb35d97b7221cb417d7f9c614c85305fb3..9a0e48819d75f5de402c5c3f29c083e843e669aa 100644
(file)
--- 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;