changes regarding fs.py
[gem5.git] / src / cpu / thread_state.hh
index 6e985054f4425d5600bf48e58443cfadc17434b3..14e033b7fbb02620807eb646397e7d84c35b2777 100644 (file)
@@ -32,6 +32,7 @@
 #define __CPU_THREAD_STATE_HH__
 
 #include "arch/types.hh"
+#include "cpu/profile.hh"
 #include "cpu/thread_context.hh"
 
 #if !FULL_SYSTEM
@@ -191,6 +192,7 @@ struct ThreadState {
     // simulation only; all functional memory accesses should use
     // one of the FunctionalMemory pointers above.
     short asid;
+
 #endif
 
     /** Current instruction the thread is committing.  Only set and