diff options
Diffstat (limited to 'src/python/m5/params.py')
-rw-r--r-- | src/python/m5/params.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/m5/params.py b/src/python/m5/params.py index 0f7d6e091..9ca4f2d4d 100644 --- a/src/python/m5/params.py +++ b/src/python/m5/params.py @@ -1721,6 +1721,9 @@ class NullSimObject(object): return yield None + def get_config_as_dict(self): + return {} + def __str__(self): return self._name |