RubyPort: minor fixes to trace flag and dprintfs

This commit is contained in:
Brad Beckmann
2011-03-19 14:17:48 -07:00
parent 8e61805a21
commit d1cecc2241
2 changed files with 17 additions and 17 deletions

View File

@@ -66,12 +66,12 @@ TraceFlag('RubyDma')
TraceFlag('RubyGenerated')
TraceFlag('RubyMemory')
TraceFlag('RubyNetwork')
TraceFlag('RubyQueue')
TraceFlag('RubyPort')
TraceFlag('RubyQueue')
TraceFlag('RubySlicc')
TraceFlag('RubyStorebuffer')
TraceFlag('RubyTester')
CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester',
'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache',
'RubyMemory', 'RubyDma'])
'RubyMemory', 'RubyDma', 'RubyPort'])