Searched hist:393 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/o3/
H A Dfetch_impl.hh3300:393d1801068a Fri Oct 13 17:35:00 EDT 2006 Kevin Lim <ktlim@umich.edu> Fix assertion. I haven't tested it fully (I can't reproduce Lisa's error) but I believe it should fix what she's running into (which was definitely a bug).

src/cpu/o3/fetch_impl.hh:
Move assertion to area where it should really always be true. Sometimes you might recvRetry and not necessarily be blocked (if there was a squash).

Completed in 49 milliseconds