Mercurial > hg > Game > Cerium
diff TaskManager/Cell/spe/CellDmaManager.h @ 675:daff9d9fd6a0 draft
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 06 Dec 2009 01:20:41 +0900 |
parents | 27fec8c70c9c |
children | fbccad536db1 |
line wrap: on
line diff
--- a/TaskManager/Cell/spe/CellDmaManager.h Sun Dec 06 00:54:10 2009 +0900 +++ b/TaskManager/Cell/spe/CellDmaManager.h Sun Dec 06 01:20:41 2009 +0900 @@ -23,7 +23,7 @@ /* variables */ unsigned int wait_time, busy_time; - unsigned long long global_busy_time, global_wait_time; + unsigned long long global_busy_time, global_wait_time, global_mail_time; /* functions */ void dma_load(void *buf, memaddr addr, uint32 size, uint32 mask);