changeset 265202bbac87 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=265202bbac87 description: Ruby: Mention that Ruby's bound checking option only applies to Ruby.
diffstat: src/mem/ruby/SConsopts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diffs (13 lines): diff -r 59a19310ca65 -r 265202bbac87 src/mem/ruby/SConsopts --- a/src/mem/ruby/SConsopts Sun Feb 27 16:25:06 2011 -0800 +++ b/src/mem/ruby/SConsopts Tue Mar 01 02:59:09 2011 -0800 @@ -31,7 +31,8 @@ Import('*') sticky_vars.AddVariables( - BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks", True), + BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby", + True), ('GEMS_ROOT', "Add debugging stuff to Ruby", Dir('..').srcnode().abspath), ) _______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev