From cbfbb7bc56630ddefb95625a6da87b3c1da9599d Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Wed, 2 Aug 2006 12:05:34 -0400 Subject: Updates to bring CPU portion of m5 up-to-date with newmem. --HG-- extra : convert_revision : 00e6eefb24e6ffd9c7c5d8165db26fbf6199fdc4 --- cpu/ozone/lw_lsq.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/ozone/lw_lsq.hh') diff --git a/cpu/ozone/lw_lsq.hh b/cpu/ozone/lw_lsq.hh index 6fe343b42..c0bf0b0fe 100644 --- a/cpu/ozone/lw_lsq.hh +++ b/cpu/ozone/lw_lsq.hh @@ -447,7 +447,7 @@ OzoneLWLSQ::read(MemReqPtr &req, T &data, int load_idx) // too). // @todo: Fix uncached accesses. if (req->flags & UNCACHEABLE && - (inst != loadQueue.back() || !inst->reachedCommit)) { + (inst != loadQueue.back() || !inst->isAtCommit())) { DPRINTF(OzoneLSQ, "[sn:%lli] Uncached load and not head of " "commit/LSQ!\n", inst->seqNum); -- cgit v1.2.3