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

/gem5/src/mem/ruby/system/
H A DRubyPort.hh10875:60eb3fef9c2d Thu Jun 25 12:58:00 EDT 2015 Jason Power <power.jg@gmail.com> Ruby: Remove assert in RubyPort retry list logic

Remove the assert when adding a port to the RubyPort retry list.
Instead of asserting, just ignore the added port, since it's
already on the list.
Without this patch, Ruby+detailed fails for even the simplest tests

Completed in 17 milliseconds