Searched hist:11997 (Results 1 - 1 of 1) sorted by relevance
/gem5/src/ | ||
H A D | SConscript | 11997:1f7df6984b6f Fri May 05 21:05:00 EDT 2017 Gabe Black <gabeblack@google.com> scons: Replace str(foo.get_contents()) with foo.get_text_contents(). For Value() nodes, the get_contents() method and the get_text_contents() method are just aliases to the same thing, both of which return a value which has already been converted using str(). The str() which was included explicitly in the SConscript was redundant, except that it showed that the value from get_contents was being treated as a string. To avoid the redundancy but to still leave a hint to the value's type, this change converts those bits of code to use get_text_contents() and removes the str(). Change-Id: I8f7da9b652f749e741b553c9a0e2248ae15ec3ca Reviewed-on: https://gem5-review.googlesource.com/3084 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
Completed in 58 milliseconds