diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-11 13:42:00 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-11 13:42:00 -0600 |
commit | 3f8065290a4740baea8b9a8ebcd361b161636d56 (patch) | |
tree | 62ac87a28ae0517e366cb381e05320a7fdb5074b /src/mem/SConscript | |
parent | 2d3cae02f5d4a6c1f116f922d0ee3dde9e9dcc77 (diff) | |
download | gem5-3f8065290a4740baea8b9a8ebcd361b161636d56.tar.xz |
Ruby Debug Flags: Remove one, add another
The flag RubyStoreBuffer is being removed, instead RubySystem is being added
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r-- | src/mem/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript index a0ba4d66a..50423fa67 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -71,9 +71,9 @@ DebugFlag('RubyPort') DebugFlag('RubyQueue') DebugFlag('RubySequencer') DebugFlag('RubySlicc') -DebugFlag('RubyStorebuffer') +DebugFlag('RubySystem') DebugFlag('RubyTester') CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', - 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache', + 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace']) |