Mercurial > hg > Game > Cerium
diff TaskManager/Cell/spe/CellDmaManager.h @ 1123:2a63ba2c9506 draft
bug fix.
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 11 Feb 2011 06:09:32 +0900 |
parents | cf0ad93028e9 |
children | c43f49400c22 |
line wrap: on
line diff
--- a/TaskManager/Cell/spe/CellDmaManager.h Tue Feb 01 15:50:10 2011 +0900 +++ b/TaskManager/Cell/spe/CellDmaManager.h Fri Feb 11 06:09:32 2011 +0900 @@ -28,8 +28,8 @@ /* variables */ unsigned int wait_time, busy_time, alloc_busy_time; unsigned long long global_busy_time, global_wait_time, global_mail_time, mainMemalloc_time; - unsigned long long task_array_load_time; unsigned long long task_list_mail_time; + int task_list_read_count; /* functions */ void dma_load(void *buf, memaddr addr, uint32 size, uint32 mask);