mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
__ typo......
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user