ARM: Implement WFE/WFI/SEV semantics.
[gem5.git] / src / sim / sim_object.cc
index 503ac56502ee6599449f00bf3a3c8ad521c06bab..8919f3e72c41855435a022576df95b733ecfab03 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2001-2005 The Regents of The University of Michigan
+ * Copyright (c) 2010 Advanced Micro Devices, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -37,6 +38,7 @@
 #include "base/misc.hh"
 #include "base/trace.hh"
 #include "base/types.hh"
+#include "debug/Config.hh"
 #include "sim/sim_object.hh"
 #include "sim/stats.hh"