This commit is fine, but please don't commit changes where you just
comment out code.  It just clutters up the codebase, just remove the
line.  You always have history that you can use to figure out what
happened.

  Nate

On Tue, Sep 1, 2009 at 8:37 AM, <[email protected]> wrote:
> changeset dad8671f8769 in /z/repo/m5
> details: http://repo.m5sim.org/m5?cmd=changeset;node=dad8671f8769
> description:
>        SCons fix to always make MemTest object
>
> diffstat:
>
> 1 file changed, 4 insertions(+), 4 deletions(-)
> src/cpu/memtest/SConscript |    8 ++++----
>
> diffs (17 lines):
>
> diff -r 369b61762d7b -r dad8671f8769 src/cpu/memtest/SConscript
> --- a/src/cpu/memtest/SConscript        Mon Aug 31 16:38:22 2009 -0500
> +++ b/src/cpu/memtest/SConscript        Tue Sep 01 10:38:25 2009 -0500
> @@ -30,9 +30,9 @@
>
>  Import('*')
>
> -if 'O3CPU' in env['CPU_MODELS']:
> -    SimObject('MemTest.py')
> +#if 'O3CPU' in env['CPU_MODELS']:
> +SimObject('MemTest.py')
>
> -    Source('memtest.cc')
> +Source('memtest.cc')
>
> -    TraceFlag('MemTest')
> +TraceFlag('MemTest')
> _______________________________________________
> m5-dev mailing list
> [email protected]
> http://m5sim.org/mailman/listinfo/m5-dev
>
>
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to