From 6f1187943cf78c2fd0334bd7e4372ae79a587fa4 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Fri, 7 Jan 2011 21:50:29 -0800 Subject: Replace curTick global variable with accessor functions. This step makes it easy to replace the accessor functions (which still access a global variable) with ones that access per-thread curTick values. --- src/sim/sim_object.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim/sim_object.hh') diff --git a/src/sim/sim_object.hh b/src/sim/sim_object.hh index 567288e96..d57a56ab8 100644 --- a/src/sim/sim_object.hh +++ b/src/sim/sim_object.hh @@ -131,7 +131,7 @@ class SimObject : public EventManager, public Serializable /** * startup() is the final initialization call before simulation. * All state is initialized (including unserialized state, if any, - * such as the curTick value), so this is the appropriate place to + * such as the curTick() value), so this is the appropriate place to * schedule initial event(s) for objects that need them. */ virtual void startup(); -- cgit v1.2.3