sim: Use NULL instead of None for testing filenames.
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 13 Apr 2015 22:33:57 +0000 (17:33 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 13 Apr 2015 22:33:57 +0000 (17:33 -0500)
commitd6af46915ccb15e5b9c0b951a101e03140ce0b9a
tree7ab5254818ae429b4b35c9712f39f360c54c1aac
parentb26fef8466ce0ddf4bd0695e09538117e16cf7d8
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.
src/sim/process.cc
src/sim/process.hh