__ typo......

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-05 05:00:04 +00:00
parent 7c01b29f1e
commit 619fef4b04

View File

@@ -13507,7 +13507,7 @@ for module in modules.keys():
And from <<debug-gem5-python-scripts,IPDB>> we see that this appears to loop over every object string of type `m5.objects.modulename`. And from <<debug-gem5-python-scripts,IPDB>> we see that this appears to loop over every object string of type `m5.objects.modulename`.
This `__init__` gets called from `src/python/importer.py` at the `exec`: This `+__init__+` gets called from `src/python/importer.py` at the `exec`:
.... ....
class CodeImporter(object): class CodeImporter(object):