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

/gem5/src/python/m5/
H A DSimObject.pydiff 8848:2629f0b99e8d Mon Feb 20 11:11:00 EST 2012 Steve Reinhardt <steve.reinhardt@amd.com> SimObject: make get_config_as_dict() tolerate undefined params

Without this patch, undefined params cause a cryptic KeyError
in multidict inside get_config_as_dict(). This patch lets
undefined params through get_config_as_dict() so they can
once again generate meaningful error messages later on in
the configuration process.

Completed in 28 milliseconds