sim: fold StartupCallback into SimObject
There used to be a reason to have StartupCallback be a separate object, but not any more. Now it's just confusing.
This commit is contained in:
@@ -91,7 +91,7 @@ def simulate(*args, **kwargs):
|
||||
global need_resume, need_startup
|
||||
|
||||
if need_startup:
|
||||
internal.core.SimStartup()
|
||||
internal.core.startupAll()
|
||||
need_startup = False
|
||||
|
||||
for root in need_resume:
|
||||
|
||||
Reference in New Issue
Block a user