Searched hist:10782 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A Dprocess.hhdiff 10782:0a78638881d7 Mon Apr 13 18:33:00 EDT 2015 Nilay Vaish <nilay@cs.wisc.edu> sim: Use NULL instead of None for testing filenames.
The filenames are initialized with NULL. So the test should be
checking for them to be == NULL instead == None.
H A Dprocess.ccdiff 10782:0a78638881d7 Mon Apr 13 18:33:00 EDT 2015 Nilay Vaish <nilay@cs.wisc.edu> sim: Use NULL instead of None for testing filenames.
The filenames are initialized with NULL. So the test should be
checking for them to be == NULL instead == None.
/gem5/src/python/m5/
H A DSimObject.pydiff 12786:e3a5c978e7d1 Tue Jun 05 12:15:00 EDT 2018 Andreas Sandberg <andreas.sandberg@arm.com> sim: Use the canonical way of iterating over a dictionary

Instead of using a convoluted getattr call, use the conventional
iteritems() interface.

Change-Id: I6d6bbccf865f8a0e8ff0767914157a7460099b09
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/10782
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>

Completed in 49 milliseconds