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:
Steve Reinhardt
2010-07-05 21:39:38 -07:00
parent 345dfd1b41
commit 30ce620d1d
10 changed files with 32 additions and 118 deletions

View File

@@ -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: