*** marss_orig/ptlsim/cache/cpuController.h	2016-05-23 10:49:08.159451389 +0900
--- marss_orig_patch/ptlsim/cache/cpuController.h	2016-05-23 11:38:25.588762458 +0900
***************
*** 40,45 ****
--- 40,46 ----
  {
  	MemoryRequest *request;
  	int cycles;
+     W64 created_cycles;
  	int depends;
      int waitFor;
  	bool annuled;
***************
*** 47,52 ****
--- 48,54 ----
  	void init() {
  		request = NULL;
  		cycles = -1;
+         created_cycles = sim_cycle;
  		depends = -1;
          waitFor = -1;
  		annuled = false;
