changeset e21224136182 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=e21224136182
description:
        SCons: Add a comment I forgot to add in earlier.

        This comment was supposed to be added to an earlier change as part of 
review
        feedback, but I accidentally left it out when I pushed. Add it in now.

diffstat:

 src/arch/SConscript |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 26ece1659229 -r e21224136182 src/arch/SConscript
--- a/src/arch/SConscript       Sat Sep 24 16:59:11 2011 -0700
+++ b/src/arch/SConscript       Sat Sep 24 17:03:18 2011 -0700
@@ -121,6 +121,7 @@
     sys.path[0:0] = [ ARCH_DIR.srcnode().abspath ]
     import isa_parser
 
+    # Skip over the ISA description itself and the parser to the CPU models.
     models = [ s.get_contents() for s in source[2:] ]
     cpu_models = [CpuModel.dict[cpu] for cpu in models]
     parser = isa_parser.ISAParser(target[0].dir.abspath, cpu_models)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to