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

/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh10017:c75015bbbd78 Fri Jan 24 16:29:00 EST 2014 Andreas Hansson <andreas.hansson@arm.com> cpu: Relax check on squashed non-speculative instructions

This patch relaxes the check performed when squashing non-speculative
instructions, as it caused problems with loads that were marked ready,
and then stalled on a blocked cache. The assertion is now allowing
memory references to be non-faulting.

Completed in 24 milliseconds