gem5/src/mem/ruby
Tony Gutierrez 02cb6b19a7 ruby: fix issue with unused var in DMASequencer
the iterator declared in DMASequencer::ackCallback() is only used in an
assert, this causes clang to fail when building fast. here we move
the find call on the request table directly into the assert.
2016-12-20 11:47:30 -05:00
..
common ruby: add default ctor for MachineID type 2016-11-21 15:37:07 -05:00
filters style: fix missing spaces in control statements 2016-02-06 17:21:19 -08:00
network ruby: Detect garnet network-level deadlock. 2016-12-15 16:59:17 -05:00
profiler ruby: Remove RubyMemoryControl and associated files 2016-12-05 16:49:07 -05:00
slicc_interface ruby: correct size for partial memory writes 2016-09-29 01:06:52 -04:00
structures ruby: Remove RubyMemoryControl and associated files 2016-12-05 16:49:07 -05:00
system ruby: fix issue with unused var in DMASequencer 2016-12-20 11:47:30 -05:00
SConscript ruby: Remove RubyMemoryControl and associated files 2016-12-05 16:49:07 -05:00