diff TaskManager/Cell/spe/CellDmaManager.cc @ 1001:61f33945f85d

error fix.
author root@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 21 Oct 2010 21:39:47 +0900
parents 451ddde9a16d
children 18a548c337cb
line wrap: on
line diff
--- a/TaskManager/Cell/spe/CellDmaManager.cc	Fri Oct 22 20:12:33 2010 +0900
+++ b/TaskManager/Cell/spe/CellDmaManager.cc	Thu Oct 21 21:39:47 2010 +0900
@@ -4,6 +4,8 @@
 #include "Scheduler.h"
 
 
+unsigned long long alloc_flag = 0;
+
 /**
  * DMA Load
  *
@@ -110,7 +112,6 @@
 {
     stop_profile();
 }
-
 void
 CellDmaManager::start_profile()
 {