From 30ce620d1d7b04387072e2dcf87530c33eb7c608 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 5 Jul 2010 21:39:38 -0700 Subject: 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. --- src/python/m5/simulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/m5') diff --git a/src/python/m5/simulate.py b/src/python/m5/simulate.py index 291fdc7b7..e43f90173 100644 --- a/src/python/m5/simulate.py +++ b/src/python/m5/simulate.py @@ -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: -- cgit v1.2.3