ruby: get rid of ruby's Debug.hh

Get rid of the Debug class
Get rid of ASSERT and use assert
Use DPRINTFR for ProtocolTrace
This commit is contained in:
Nathan Binkert
2011-01-10 11:11:20 -08:00
parent 8e262adf4f
commit bd18ac8287
35 changed files with 115 additions and 720 deletions

View File

@@ -60,6 +60,7 @@ TraceFlag('LLSC')
TraceFlag('MMU')
TraceFlag('MemoryAccess')
TraceFlag('ProtocolTrace')
TraceFlag('RubyCache')
TraceFlag('RubyDma')
TraceFlag('RubyGenerated')