From: Gabe Black Date: Tue, 1 Mar 2011 10:59:09 +0000 (-0800) Subject: Ruby: Mention that Ruby's bound checking option only applies to Ruby. X-Git-Tag: stable_2012_02_02~507 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=993e83ef805aaecb0d9483b23f3ce50ba0ce06dd;p=gem5.git Ruby: Mention that Ruby's bound checking option only applies to Ruby. --- diff --git a/src/mem/ruby/SConsopts b/src/mem/ruby/SConsopts index 7aa3e2c4e..d88a342ed 100644 --- a/src/mem/ruby/SConsopts +++ b/src/mem/ruby/SConsopts @@ -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), )